1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-01-30 16:15:04 -05:00
parent 024642e556
commit ceaa65a098
4 changed files with 13 additions and 10 deletions

View file

@ -15,12 +15,12 @@
}, },
"devDependencies": {}, "devDependencies": {},
"ignore": [], "ignore": [],
"version": "1.0.35", "version": "1.0.39",
"_release": "1.0.35", "_release": "1.0.39",
"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "1.0.35", "tag": "1.0.39",
"commit": "3fbcae2c9495ad83a36aa1bcf34f985f979923e7" "commit": "6986f948cb7f54ac18ede654a2f1e1e2d933bd2d"
}, },
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git", "_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "~1.0.0", "_target": "~1.0.0",

View file

@ -109,12 +109,15 @@
dlg.entryAnimation = options.entryAnimation || defaultEntryAnimation; dlg.entryAnimation = options.entryAnimation || defaultEntryAnimation;
dlg.exitAnimation = 'fade-out-animation'; 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 = { dlg.animationConfig = {
// scale up // scale up
'entry': { 'entry': {
name: options.entryAnimation || 'scale-up-animation', name: options.entryAnimation || 'scale-up-animation',
node: dlg, node: dlg,
timing: { duration: options.entryAnimationDuration || 300, easing: 'ease-out' } timing: { duration: entryAnimationDuration, easing: 'ease-out' }
}, },
// fade out // fade out
'exit': { 'exit': {

View file

@ -29,14 +29,14 @@
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}, },
"ignore": [], "ignore": [],
"homepage": "https://github.com/polymerelements/iron-behaviors", "homepage": "https://github.com/PolymerElements/iron-behaviors",
"_release": "1.0.12", "_release": "1.0.12",
"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "v1.0.12", "tag": "v1.0.12",
"commit": "657f526a2382a659cdf4e13be87ecc89261588a3" "commit": "657f526a2382a659cdf4e13be87ecc89261588a3"
}, },
"_source": "git://github.com/polymerelements/iron-behaviors.git", "_source": "git://github.com/PolymerElements/iron-behaviors.git",
"_target": "^1.0.0", "_target": "^1.0.0",
"_originalSource": "polymerelements/iron-behaviors" "_originalSource": "PolymerElements/iron-behaviors"
} }

View file

@ -36,7 +36,7 @@
"tag": "v1.1.0", "tag": "v1.1.0",
"commit": "abd9ee7c29f0aae7b583abfe0af9db7f2555eabf" "commit": "abd9ee7c29f0aae7b583abfe0af9db7f2555eabf"
}, },
"_source": "git://github.com/PolymerElements/iron-selector.git", "_source": "git://github.com/polymerelements/iron-selector.git",
"_target": "^1.0.0", "_target": "^1.0.0",
"_originalSource": "PolymerElements/iron-selector" "_originalSource": "polymerelements/iron-selector"
} }