mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
2ea72f2749
commit
a981c0eb8b
6 changed files with 3 additions and 907 deletions
|
@ -3,15 +3,15 @@ define(['browser'], function (browser) {
|
|||
var allPages = document.querySelectorAll('.mainAnimatedPage');
|
||||
var currentUrls = [];
|
||||
var pageContainerCount = allPages.length;
|
||||
var allowAnimation = true;
|
||||
var selectedPageIndex = -1;
|
||||
|
||||
function enableAnimation() {
|
||||
|
||||
if (!allowAnimation) {
|
||||
if (browser.tv) {
|
||||
return false;
|
||||
}
|
||||
if (browser.tv) {
|
||||
if (browser.safari) {
|
||||
// Right now they don't look good. Haven't figured out why yet.
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue