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

update promises

This commit is contained in:
Luke Pulverenti 2015-12-30 15:25:17 -05:00
parent a67f62c079
commit ddb9a7cdc4
9 changed files with 164 additions and 179 deletions

View file

@ -1004,8 +1004,8 @@
};
//if (!browserInfo.animate) {
onfinish();
return;
onfinish();
return;
//}
requestAnimationFrame(function () {
@ -1025,7 +1025,7 @@
elem.classList.remove('hide');
if (!browserInfo.animate) {
if (!browserInfo.animate || browserInfo.mobile) {
return;
}