mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
commit
b10f21d162
@ -155,7 +155,7 @@
|
||||
enableFullPaperTabs: function () {
|
||||
|
||||
if (browserInfo.animate && !browserInfo.mobile) {
|
||||
return true;
|
||||
//return true;
|
||||
}
|
||||
|
||||
return AppInfo.isNativeApp;
|
||||
|
@ -91,10 +91,10 @@
|
||||
elem.classList.add('hide');
|
||||
};
|
||||
|
||||
if (!browserInfo.animate || browserInfo.mobile) {
|
||||
//if (!browserInfo.animate || browserInfo.mobile) {
|
||||
onfinish();
|
||||
return;
|
||||
}
|
||||
//}
|
||||
|
||||
requestAnimationFrame(function () {
|
||||
var keyframes = [
|
||||
@ -113,9 +113,9 @@
|
||||
|
||||
elem.classList.remove('hide');
|
||||
|
||||
if (!browserInfo.animate || browserInfo.mobile) {
|
||||
//if (!browserInfo.animate || browserInfo.mobile) {
|
||||
return;
|
||||
}
|
||||
//}
|
||||
|
||||
requestAnimationFrame(function () {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user