mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update promises
This commit is contained in:
parent
a67f62c079
commit
ddb9a7cdc4
9 changed files with 164 additions and 179 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue