mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
b5292ca178
commit
5774df78ab
4 changed files with 13 additions and 10 deletions
|
@ -15,12 +15,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.0.35",
|
||||
"_release": "1.0.35",
|
||||
"version": "1.0.39",
|
||||
"_release": "1.0.39",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.0.35",
|
||||
"commit": "3fbcae2c9495ad83a36aa1bcf34f985f979923e7"
|
||||
"tag": "1.0.39",
|
||||
"commit": "6986f948cb7f54ac18ede654a2f1e1e2d933bd2d"
|
||||
},
|
||||
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "~1.0.0",
|
||||
|
|
|
@ -109,12 +109,15 @@
|
|||
dlg.entryAnimation = options.entryAnimation || defaultEntryAnimation;
|
||||
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);
|
||||
|
||||
dlg.animationConfig = {
|
||||
// scale up
|
||||
'entry': {
|
||||
name: options.entryAnimation || 'scale-up-animation',
|
||||
node: dlg,
|
||||
timing: { duration: options.entryAnimationDuration || 300, easing: 'ease-out' }
|
||||
timing: { duration: entryAnimationDuration, easing: 'ease-out' }
|
||||
},
|
||||
// fade out
|
||||
'exit': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue