Skip to content

Commit

Permalink
adjusted timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wavded committed Apr 28, 2011
1 parent 0fb3023 commit bab67bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion humane.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
if(useFilter)
humaneEl.style.filter = "progid:DXImageTransform.Microsoft.alpha(opacity="+opacity+")";
else humaneEl.style.opacity = opacity / 100;
},25);
},1000 / 25);
}

function animate(level){
Expand Down

0 comments on commit bab67bc

Please sign in to comment.