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

use css containment when possible

This commit is contained in:
Luke Pulverenti 2016-05-29 17:02:47 -04:00
parent 2075acf404
commit ee96fa577b
9 changed files with 26 additions and 19 deletions

View file

@ -1,4 +1,4 @@
define(['browser'], function (browser) {
define(['browser', 'css!./viewcontainer-lite'], function (browser) {
var mainAnimatedPages = document.querySelector('.mainAnimatedPages');
var allPages = [];