mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +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){
|
}else if(event.keyCode == 27){
|
||||||
$("#results").html("");
|
$("#results").html("");
|
||||||
$(".main").removeClass("blurT");
|
$(".main").removeClass("blurT");
|
||||||
|
$("#controls").removeClass("blurT");
|
||||||
$(".main").removeClass("clickthrough");
|
$(".main").removeClass("clickthrough");
|
||||||
}else{
|
}else{
|
||||||
i = 0;
|
i = 0;
|
||||||
|
|||||||
@@ -167,6 +167,6 @@
|
|||||||
{
|
{
|
||||||
height:30px;
|
height:30px;
|
||||||
background-color:rgba(0,0,0,0.5);
|
background-color:rgba(0,0,0,0.5);
|
||||||
/*-webkit-transition: width 2s;
|
-webkit-transition: width 1s ease;
|
||||||
transition: width 2s;*/
|
transition: width 1s ease;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user