Quicksand: Awesome jQuery plugin to filter/animate HTML lists
Quicksand from Jacek Galanciak is a jQuery plugin to help you filter and animate items in an HTML list.
With code like this:
$("#content").quicksand($("#data > li"),
{
// all the parameters have sensible defaults
// and in most cases can be optional
duration: 1000,
easing: "easeInOutQuad",
attribute: "data-id",
}
);
You can get the eye candy in this video:
Quicksand depends on jQuery 1.4+ and most any browser that isn’t abbreviated IE6.
[Source on Github] [Homepage] [Demo] [Happy Webbies!]
Discussion
Sign in or Join to comment or subscribe