1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

disable now playing bar animation for now

This commit is contained in:
Luke Pulverenti 2015-12-14 10:25:31 -05:00
parent 996f2504b2
commit 7ac20e0572
9 changed files with 315 additions and 390 deletions

View file

@ -97,6 +97,8 @@
return;
}
onfinish();
return;
requestAnimationFrame(function () {
var keyframes = [
{ height: getHeight(elem), offset: 0 },
@ -117,6 +119,7 @@
if (!browserInfo.animate || browserInfo.mobile) {
return;
}
return;
requestAnimationFrame(function () {