Rubytastic
Rubytastic

Reputation: 15491

Create sliding animation with Jquery like on Flusta.com

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

Answers (1)

Roman Bataev
Roman Bataev

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

Related Questions