mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
✨ Remove unused animation mixin
This commit is contained in:
@@ -6,23 +6,6 @@
|
|||||||
* Copyright (c) 2016 Daniel Eden
|
* Copyright (c) 2016 Daniel Eden
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@mixin animation($delay, $duration, $animation) {
|
|
||||||
-webkit-animation-delay: $delay;
|
|
||||||
-webkit-animation-duration: $duration;
|
|
||||||
-webkit-animation-name: $animation;
|
|
||||||
-webkit-animation-fill-mode: both;
|
|
||||||
|
|
||||||
-moz-animation-delay: $delay;
|
|
||||||
-moz-animation-duration: $duration;
|
|
||||||
-moz-animation-name: $animation;
|
|
||||||
-moz-animation-fill-mode: both;
|
|
||||||
|
|
||||||
animation-delay: $delay;
|
|
||||||
animation-duration: $duration;
|
|
||||||
animation-name: $animation;
|
|
||||||
animation-fill-mode: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
.animated {
|
.animated {
|
||||||
-webkit-animation-duration: 1s;
|
-webkit-animation-duration: 1s;
|
||||||
animation-duration: 1s;
|
animation-duration: 1s;
|
||||||
|
|||||||
Reference in New Issue
Block a user