I have the following slideshow im trying to build from scratch.
Basically I want each parent container to fade out and the next to fade in after 5 seconds. When the parent fades in, I then want the ‘img’ to animate 1 second into the parent element becoming visible.
I cant seem to find anything on google regarding how to do this, but would the ‘queue’ function in jQuery come into play here?
Thanks for any advice…
I think you may be looking for .delay().
http://api.jquery.com/delay/
Usage: