mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
3fac9fa99d
commit
557ac784a8
9 changed files with 33 additions and 22 deletions
|
@ -59,7 +59,7 @@
|
|||
var keyframes = [
|
||||
{ transform: 'translateY(100%)', offset: 0 },
|
||||
{ transform: 'none', offset: 1 }];
|
||||
var timing = { duration: 180, iterations: 1, fill: 'forwards', easing: 'ease-out' };
|
||||
var timing = { duration: 200, iterations: 1, fill: 'forwards', easing: 'ease-out' };
|
||||
elem.animate(keyframes, timing);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue