mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update view animations
This commit is contained in:
parent
202f608677
commit
7b427e4581
25 changed files with 21 additions and 323 deletions
1
dashboard-ui/bower_components/emby-webcomponents/images/style.css
vendored
Normal file
1
dashboard-ui/bower_components/emby-webcomponents/images/style.css
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.lazy-image-fadein{-webkit-animation:lazy-image-fadein .3s ease-in normal both;animation:lazy-image-fadein .3s ease-in normal both}.lazy-image-fadein-fast{-webkit-animation:lazy-image-fadein 160ms ease-in normal both;animation:lazy-image-fadein 160ms ease-in normal both}@-webkit-keyframes lazy-image-fadein{from{opacity:0}to{opacity:1}}@keyframes lazy-image-fadein{from{opacity:0}to{opacity:1}}
|
Loading…
Add table
Add a link
Reference in a new issue