mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 19:46:16 +00:00
19 lines
324 B
Sass
19 lines
324 B
Sass
@keyframes imgLoading
|
|
0%
|
|
background-position: -468px 0
|
|
100%
|
|
background-position: 468px 0
|
|
|
|
@keyframes notificationTimeout
|
|
0%
|
|
left: -100%
|
|
height: 3px
|
|
90%
|
|
left: 0%
|
|
height: 3px
|
|
95%
|
|
left: 0%
|
|
height: 0
|
|
100%
|
|
left: 0%
|
|
height: 0
|