7 lines
159 B
SCSS
7 lines
159 B
SCSS
|
/* allows easy application of animation-name based composition */
|
||
|
*, *::before, *::after {
|
||
|
animation-play-state: paused;
|
||
|
animation-fill-mode: forwards;
|
||
|
}
|
||
|
|