tags:

views:

160

answers:

1

I am making a simple portfolio site and I would like to have a series of elements, <divs> I suppose bounce into view when their thumbnail buttons are clicked.

I want it to look something like this: http://plugins.jquery.com/project/Bounce

Where the item starts at a location with a negative left position to be hidden off screen and then slides/bounces into place for viewing.

Any suggestions?

A: 

http://gsgd.co.uk/sandbox/jquery/easing/

you can use this plugin.

Anakin