Added hardware acceleration to main

This commit is contained in:
Kasper Rynning-Tønnesen
2015-01-30 23:04:59 +01:00
parent e0c192f676
commit 24e36e6d40
5 changed files with 23 additions and 5 deletions

View File

@@ -5,6 +5,12 @@
background-color:rgba(255, 255, 255, 0.25);
position:absolute;
width:54%;
transition: 0.75s -webkit-filter linear;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
#q, #fullscreen, #playpause