I'm interested in creating a custom jQuery slideshow that involves animating HTML elements within each slide differently.
Specifically, I would like to have 3 divs sliding out to the left with delays on 2 of them, and then being replaced by equivalent divs from the next slide coming in from the right. In addition, I also want 2 divs to fade out while content from the next slide fades in.
Do I need to start from scratch to achieve this effect, or is there a plugin available that can be customized for this purpose?
Thank you.