Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xlune committed Apr 20, 2012
1 parent c0fa56a commit 1eaed3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions jquery.vgrid.js
Expand Up @@ -310,9 +310,9 @@
if(_c.css("display") == "none"){
return true;
}
_c.fadeTo(0, 0);
_c.stop().fadeTo(0, 0);
setTimeout(function(){
_c.fadeTo(_prop.time || 250, 1);
_c.stop().fadeTo(_prop.time || 250, 1);
}, i * (_prop.delay || 0));
});
}
Expand Down
6 changes: 3 additions & 3 deletions jquery.vgrid.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1eaed3a

Please sign in to comment.