Reputation: 15491
I would like to create sliding animation like on Flusta.com like the "text balloons" that move up after each other.
What would be a good Jquery animation library/plugin to use for such a feature?
Upvotes: 0
Views: 190
Reputation: 9361
Try jQuery UI effects: http://jqueryui.com/docs/Effects/Methods You should be able to achieve effect like on flusta.com using some combination of hide with sliding + show with bouncing effects.
Upvotes: 1