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

restore now playing bar animation

This commit is contained in:
Luke Pulverenti 2015-12-23 12:56:25 -05:00
parent 0fd710699e
commit aac4cbf8c6

View file

@ -91,10 +91,10 @@
elem.classList.add('hide'); elem.classList.add('hide');
}; };
//if (!browserInfo.animate || browserInfo.mobile) { if (!browserInfo.animate || browserInfo.mobile) {
onfinish(); onfinish();
return; return;
//} }
requestAnimationFrame(function () { requestAnimationFrame(function () {
var keyframes = [ var keyframes = [
@ -113,9 +113,9 @@
elem.classList.remove('hide'); elem.classList.remove('hide');
//if (!browserInfo.animate || browserInfo.mobile) { if (!browserInfo.animate || browserInfo.mobile) {
return; return;
//} }
requestAnimationFrame(function () { requestAnimationFrame(function () {