Skip to content

Commit

Permalink
adjusted interval for jsAnimation (per @bga_)
Browse files Browse the repository at this point in the history
  • Loading branch information
wavded committed Apr 24, 2011
1 parent db46a63 commit 1c65e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions humane.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ html, body {
font-size : 25px;
letter-spacing : -1px;
position : fixed;
_position : absolute;
top : 25%;
left : 25%;
min-width : 50%;
Expand Down
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;
},10);
},25);
}

function animate(level){
Expand Down

0 comments on commit 1c65e9a

Please sign in to comment.