mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-01 12:26:13 +00:00
20 lines
329 B
Sass
20 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)
|