Skip to content

Commit

Permalink
dont display:none hidden shells
Browse files Browse the repository at this point in the history
Following suggestions in #109

This actually fixes the spliced video transition lag!
Except for the first playthrough...
  • Loading branch information
jbenet committed May 5, 2013
1 parent aa7c902 commit 95e3110
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions less/acorn-player.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@
display: none !important;
}

.shell-media-view .hidden {
display: inherit !important;
margin-top: 10000px;
margin-left: 10000px;
z-index: -1000;
opacity: 0.01;
}

.transparent {
.opacity(0);
}
Expand Down

0 comments on commit 95e3110

Please sign in to comment.