I know this is a simple one for some of you, so please help me out!
I have 3 panels (divs) which I want to slide one after the other from clicking a button. Sliding one panel is easy but how to slide multiple divs in order?
Thanks.
I know this is a simple one for some of you, so please help
Share
Even though I really like Kane’s solution, you may find it little hard to understand if you don’t know ‘anonymous functions’ and arguments.callee features of JavaScript language.
Following also works:
Demo Page →
EDIT:
Updated demo page. Added comment about how to use different animation.