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

update live tv suggestions

This commit is contained in:
Luke Pulverenti 2016-05-24 03:40:45 -04:00
parent e2272aeecc
commit 9e44f71761
2 changed files with 9 additions and 1 deletions

View file

@ -224,6 +224,10 @@ define(['browser'], function (browser) {
easing: 'ease-out'
}
if (!browser.chrome) {
timings.fill = 'both';
}
var animations = [];
if (oldAnimatedPage) {
@ -263,6 +267,10 @@ define(['browser'], function (browser) {
easing: 'ease-out'
}
if (!browser.chrome) {
timings.fill = 'both';
}
var animations = [];
if (oldAnimatedPage) {