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
Web Languages and StandardsJScriptJavaScript

Avatar of undefined
Last Comment
Jagadeesh M

8/22/2022 - Mon
Jagadeesh M

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



jake_0011

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
Jagadeesh M

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Your help has saved me hundreds of hours of internet surfing.
fblack61