1
0
Fork 0
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:
Luke Pulverenti 2015-12-12 23:54:20 -05:00
parent 840412608a
commit d010a273a6

View file

@ -31,7 +31,7 @@
requestAnimationFrame(function () {
var keyframes = [
{ 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' };
elem.animate(keyframes, timing).onfinish = function () {