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:
parent
e2272aeecc
commit
9e44f71761
2 changed files with 9 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue