Quicksand jQuery Plugin

Quicksand jQuery Plugin

Reorder and filter items with a nice shuffling animation. CoreAnimation makes it so easy to create useful and eye-pleasing effects, like the one in this video. Quicksand aims at providing a similar experience for users on the web.

How it works

At the very basic level, Quicksand replaces one collection of items with another. All you need to do is provide those two sets of items. You can do it in a couple of ways:

1. Use plain HTML, like an unordered list.
2. Download data by an Ajax call
3. Transform HTML items by JavaScript (for example, sort them differently)

Download this fileView demo and documentationAuthor