mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dialogs
This commit is contained in:
parent
4107231554
commit
c00d7cba09
10 changed files with 49 additions and 57 deletions
|
@ -16,12 +16,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.3.43",
|
||||
"_release": "1.3.43",
|
||||
"version": "1.3.44",
|
||||
"_release": "1.3.44",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.3.43",
|
||||
"commit": "201076c748374aa6fed4be70ec43198099854aa8"
|
||||
"tag": "1.3.44",
|
||||
"commit": "7634be33759be48574ff2531df4d111fa1177e54"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "^1.2.0",
|
||||
|
|
|
@ -360,7 +360,7 @@
|
|||
dlg.exitAnimation = 'fade-out-animation';
|
||||
|
||||
// If it's not fullscreen then lower the default animation speed to make it open really fast
|
||||
var entryAnimationDuration = options.entryAnimationDuration || (options.size ? 240 : 300);
|
||||
var entryAnimationDuration = options.entryAnimationDuration || (options.size ? 200 : 300);
|
||||
|
||||
dlg.animationConfig = {
|
||||
// scale up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue