mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-07 20:18:49 +00:00
Best design ever 4 realz
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user