I want to create a carousel using Cycle with the following effects:
- The slides fade in or slides when user clicks a prev/next button
- When the slide finishes loading, there are text and images in each slide that I want to animate as well with a slide in or fade in effect.
Questions: 1. How could one do it so that the transitions are smooth (like that of a flash slideshow)? I thought about hiding the text/images and animating them when the "after" function is called.
- And how would I animate the text on the first slide when the use comes to the page. Cycle animates each page when you navigate through them.
Thanks in advance.
Vincent