Skip to content

Commit 95e3110

Browse files
committed
dont display:none hidden shells
Following suggestions in #109 This actually fixes the spliced video transition lag! Except for the first playthrough...
1 parent aa7c902 commit 95e3110

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

less/acorn-player.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@
6363
display: none !important;
6464
}
6565

66+
.shell-media-view .hidden {
67+
display: inherit !important;
68+
margin-top: 10000px;
69+
margin-left: 10000px;
70+
z-index: -1000;
71+
opacity: 0.01;
72+
}
73+
6674
.transparent {
6775
.opacity(0);
6876
}

0 commit comments

Comments
 (0)