Skip to content

Commit

Permalink
Releasing v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
razorjack committed Feb 19, 2010
1 parent 52a4045 commit adc9ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.textile
Expand Up @@ -7,6 +7,7 @@ h2. v1.2
- added custom attribute functions: instead of providing HTML attribute with unique string, you can specify a function to extract the value: $('#source').quicksand('#dest li', {attribute: function(v) { return $(v).find('img').attr('src')} }); please note that although looks handy, it could be a bit more laggy
- added useScaling option so that you can disable scaling animation for performance reasons (helps a lot on slower machines)
- extended adjustHeight capabilities: from now you can set it to dynamic, auto or false
- greatly improved smoothness of the animation


h2. v1.1
Expand Down
2 changes: 1 addition & 1 deletion jquery.quicksand.js
@@ -1,6 +1,6 @@
/*
Quicksand 1.1
Quicksand 1.2
Reorder and filter items with a nice shuffling animation.
Expand Down

0 comments on commit adc9ce4

Please sign in to comment.