mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
✨ Remove unused animation mixin
This commit is contained in:
parent
6b8108afda
commit
ed174d16d1
1 changed files with 0 additions and 17 deletions
|
@ -6,23 +6,6 @@
|
|||
* 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 {
|
||||
-webkit-animation-duration: 1s;
|
||||
animation-duration: 1s;
|
||||
|
|
Loading…
Reference in a new issue