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

update components

This commit is contained in:
Luke Pulverenti 2016-05-20 13:15:07 -04:00
parent 2ea72f2749
commit a981c0eb8b
6 changed files with 3 additions and 907 deletions

View file

@ -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;
}