mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #1292 - Broken animations in dashboard home
This commit is contained in:
parent
840412608a
commit
d010a273a6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
requestAnimationFrame(function () {
|
requestAnimationFrame(function () {
|
||||||
var keyframes = [
|
var keyframes = [
|
||||||
{ height: '100%', offset: 0 },
|
{ height: '100%', offset: 0 },
|
||||||
{ height: '0', display: 'none', offset: 1 }];
|
{ height: '0', offset: 1 }];
|
||||||
var timing = { duration: 300, iterations: 1, fill: 'forwards', easing: 'ease-out' };
|
var timing = { duration: 300, iterations: 1, fill: 'forwards', easing: 'ease-out' };
|
||||||
|
|
||||||
elem.animate(keyframes, timing).onfinish = function () {
|
elem.animate(keyframes, timing).onfinish = function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue