I'm using the jQuery Quicksand plugin to filter a list by dates.
I've got it working as in the examples given, however, the filter is applied to <li>
items which load as block
and then once all the items have loaded the float:left
CSS is applied. Making the whole process look a little jumpy and messy.
What I can't figure out is why that doesn't happen to the examples on the Quicksand site -where lists disappear and then re-appear smoothly. I've looked closely at the CSS and tried many variants of duration
and easing
but the same thing happens.