Link to home
Start Free TrialLog in
Avatar of awassall
awassall

asked on

Javascript div slider on mouse over

Hello

I wanted to have an effect with a div and when the user hovers over it the image slides to the right to reveal different content below it.

The best example I have found is here http://www.unstuckdesign.com/ at the bottom right the 4 buttons (first is Content Management)

I cant find any codes for this and wanted to know if anyone had any ides where to find this.

Thanks
Avatar of Jagadeesh M
Jagadeesh M
Flag of United States of America image

It looks like it has been made using the following plugins -

http://malsup.com/jquery/cycle/

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

Lemme see if i can put an example



For this kind of stuff I use DOJO.  It has animation objects you can add to your elements.  This is much easier than doing yourself from scratch.  Take a look at dojo.fx package.
ASKER CERTIFIED SOLUTION
Avatar of Jagadeesh M
Jagadeesh M
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial