mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
19 lines
329 B
Sass
19 lines
329 B
Sass
@keyframes imgLoading
|
|
0%
|
|
background-position: -468px 0
|
|
100%
|
|
background-position: 468px 0
|
|
|
|
@keyframes uploadingLoop
|
|
0%
|
|
left: -100%
|
|
100%
|
|
left: 100%
|
|
|
|
@keyframes imgFadeIn
|
|
0%
|
|
opacity: 0
|
|
// filter: blur(0.5rem)
|
|
100%
|
|
opacity: 1
|
|
// filter: blur(0)
|