mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework transitions
This commit is contained in:
parent
5d1cf10d82
commit
5a13f0c6dd
6 changed files with 69 additions and 58 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue