update dialogs

This commit is contained in:
Luke Pulverenti 2016-06-05 01:06:56 -04:00
parent 3f6ad34388
commit e97c785c73
4 changed files with 19 additions and 12 deletions

View file

@ -15,12 +15,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.4.25",
"_release": "1.4.25",
"version": "1.4.26",
"_release": "1.4.26",
"_resolution": {
"type": "version",
"tag": "1.4.25",
"commit": "aa53e6de589581ac2cd9773b464c59a79ab45486"
"tag": "1.4.26",
"commit": "baa150679849903885a210aae5bf79eac9f1646c"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.0",

View file

@ -424,13 +424,20 @@
'entry': {
name: entryAnimation,
node: dlg,
timing: { duration: entryAnimationDuration, easing: 'ease-out' }
timing: {
duration: entryAnimationDuration,
easing: 'ease-out'
}
},
// fade out
'exit': {
name: exitAnimation,
node: dlg,
timing: { duration: exitAnimationDuration, easing: 'ease-out' }
timing: {
duration: exitAnimationDuration,
easing: 'ease-out',
fill: 'both'
}
}
};