Fixed unblurring of playercontrols and added ease on progressbar

This commit is contained in:
KasperRT
2015-02-24 23:14:00 +01:00
parent 0e8229c1f2
commit d9b42eba10
2 changed files with 3 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;
}