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

rework transitions

This commit is contained in:
Luke Pulverenti 2016-05-23 23:06:51 -04:00
parent 5d1cf10d82
commit 5a13f0c6dd
6 changed files with 69 additions and 58 deletions

View file

@ -116,7 +116,8 @@ define(['browser'], function (browser) {
var timings = {
duration: 450,
iterations: 1,
easing: 'ease-out'
easing: 'ease-out',
fill: 'both'
}
var animations = [];
@ -155,7 +156,8 @@ define(['browser'], function (browser) {
var timings = {
duration: 200,
iterations: 1,
easing: 'ease-out'
easing: 'ease-out',
fill: 'both'
}
var animations = [];