Best design ever 4 realz

This commit is contained in:
Nicolas A. Tonne
2015-04-14 22:49:31 +02:00
parent 5fceff3bb5
commit 3335823772
9 changed files with 15 additions and 351 deletions

View File

@@ -2,10 +2,9 @@
#controls
{
opacity:0;
height:30px;
height:5%;
background-color:rgba(255, 255, 255, 0.25);
position:absolute;
width:54%;
width:100%;
transition: 0.75s -webkit-filter linear;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
@@ -116,7 +115,7 @@
#bar
{
height:30px;
height:100%;
background-color:rgba(0,0,0,0.5);
-webkit-transition: width 1s ease;
transition: width 1s ease;