Friday, August 9, 2013

Jquery animation

Jquery animation

Requirement: The page has a set of anchor links ( which will act as
filters ) and a list of images. Each image might be in a individual div
tag or might be in a li tag not decided yet.
Every time a achor (filter) is selected / unselected and the list is
refreshed, a jquery animation will reorder the list bringing the active
items before the inactive.
Questions:
1) What element should do you use suggest I use for filter ? 2) How can I
achieve the animation and reorder it ? Is there a solution I can leverage
already or do I need to code it.

No comments:

Post a Comment