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-29 02:43:00 -04:00
parent fac1b1d5f9
commit 4d0cb27c9b
8 changed files with 59 additions and 16 deletions

View file

@ -119,7 +119,8 @@ define(['dialogHelper', 'inputManager', 'connectionManager', 'layoutManager', 'f
exitAnimationDuration: options.interactive ? 400 : 800,
size: 'fullscreen',
autoFocus: false,
scrollY: false
scrollY: false,
exitAnimation: 'fadeout'
});
dlg.classList.add('slideshowDialog');
@ -233,7 +234,8 @@ define(['dialogHelper', 'inputManager', 'connectionManager', 'layoutManager', 'f
lazyLoading: true,
lazyLoadingInPrevNext: true,
autoplayDisableOnInteraction: false,
initialSlide: options.startIndex || 0
initialSlide: options.startIndex || 0,
speed: 240
});
swiperInstance.on('onLazyImageLoad', onSlideChangeStart);