mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove more jquery and unneeded components
This commit is contained in:
parent
9abecac88b
commit
728f77be94
210 changed files with 569 additions and 32746 deletions
|
@ -8,6 +8,10 @@
|
|||
return true;
|
||||
}
|
||||
|
||||
if (browser.edge && !browser.mobile) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -406,9 +410,9 @@
|
|||
dlg.setAttribute('data-autofocus', 'true');
|
||||
}
|
||||
|
||||
var defaultEntryAnimation = browser.animate ? 'scaleup' : 'fadein';
|
||||
var defaultEntryAnimation = 'scaleup';
|
||||
var entryAnimation = options.entryAnimation || defaultEntryAnimation;
|
||||
var defaultExitAnimation = browser.animate ? 'scaledown' : 'fadeout';
|
||||
var defaultExitAnimation = 'scaledown';
|
||||
var exitAnimation = options.exitAnimation || defaultExitAnimation;
|
||||
|
||||
// If it's not fullscreen then lower the default animation speed to make it open really fast
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue