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-06-01 14:04:22 -04:00
parent 1bd4890f44
commit e453a5b9f7
18 changed files with 387 additions and 128 deletions

View file

@ -15,12 +15,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.4.13",
"_release": "1.4.13",
"version": "1.4.14",
"_release": "1.4.14",
"_resolution": {
"type": "version",
"tag": "1.4.13",
"commit": "401894f5ab418314a88790ed9f41c59aa95d70bb"
"tag": "1.4.14",
"commit": "fd21288c33a836206b3f6322cd3205f63c2db53f"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.0",

View file

@ -74,7 +74,7 @@ define(['visibleinviewport', 'imageFetcher', 'layoutManager', 'events', 'browser
function fadeIn(elem) {
var duration = layoutManager.tv ? 200 : 300;
var duration = layoutManager.tv ? 160 : 300;
var keyframes = [
{ opacity: '0', offset: 0 },
@ -114,9 +114,7 @@ define(['visibleinviewport', 'imageFetcher', 'layoutManager', 'events', 'browser
var options = {};
if (!layoutManager.desktop) {
options.rootMargin = "125%";
}
options.rootMargin = "150%";
var observer = new IntersectionObserver(function (entries) {
for (var j = 0, length2 = entries.length; j < length2; j++) {