mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-10 08:35:32 +00:00
Michał
792cbd1884
Fix Sass animations When home button clicked from image view, it'll scroll down automagically
17 lines
280 B
Sass
17 lines
280 B
Sass
@keyframes imgLoading
|
|
0%
|
|
background-position: -468px 0
|
|
100%
|
|
background-position: 468px 0
|
|
|
|
@keyframes notificationTimeout
|
|
0%
|
|
left: -100%
|
|
opacity: 1
|
|
90%
|
|
left: 0%
|
|
opacity: 1
|
|
100%
|
|
left: 0%
|
|
opacity: 0
|