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

add zoom and fade effect to video player

This commit is contained in:
Luke Pulverenti 2015-11-30 01:43:21 -05:00
parent 0a96f8e0bf
commit 604fba2cbf
8 changed files with 69 additions and 39 deletions

View file

@ -118,7 +118,7 @@
setTimeout(function () {
dlg.open();
}, 10);
}, 50);
// Has to be assigned a z-index after the call to .open()
dlg.addEventListener('iron-overlay-closed', function () {