7 lines
127 B
CSS
7 lines
127 B
CSS
|
|
@utility animate-running {
|
||
|
|
animation-play-state: running;
|
||
|
|
}
|
||
|
|
|
||
|
|
@utility animate-paused {
|
||
|
|
animation-play-state: paused;
|
||
|
|
}
|