mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed unblurring of playercontrols and added ease on progressbar
This commit is contained in:
@@ -27,6 +27,7 @@ $(document).ready(function()
|
||||
}else if(event.keyCode == 27){
|
||||
$("#results").html("");
|
||||
$(".main").removeClass("blurT");
|
||||
$("#controls").removeClass("blurT");
|
||||
$(".main").removeClass("clickthrough");
|
||||
}else{
|
||||
i = 0;
|
||||
|
||||
@@ -167,6 +167,6 @@
|
||||
{
|
||||
height:30px;
|
||||
background-color:rgba(0,0,0,0.5);
|
||||
/*-webkit-transition: width 2s;
|
||||
transition: width 2s;*/
|
||||
-webkit-transition: width 1s ease;
|
||||
transition: width 1s ease;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user