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:25:00 -05:00
parent 5774df78ab
commit 79b9a76c6b
4 changed files with 11 additions and 11 deletions

View file

@ -115,13 +115,13 @@
dlg.animationConfig = {
// scale up
'entry': {
name: options.entryAnimation || 'scale-up-animation',
name: dlg.entryAnimation,
node: dlg,
timing: { duration: entryAnimationDuration, easing: 'ease-out' }
},
// fade out
'exit': {
name: 'fade-out-animation',
name: dlg.exitAnimation,
node: dlg,
timing: { duration: options.exitAnimationDuration || 400, easing: 'ease-in' }
}