malsup / cycle2

2nd gen cycling
899 stars 239 forks source link

Partial solution for animated captions #770

Open desafinadude opened 8 years ago

desafinadude commented 8 years ago

Hi

I've come up with a partial solution for animated captions for cycle2. It overrides cycle's own timer and uses setTimeout instead. It's currently using animate.css for animation.

It works ok...EXCEPT when you use the prev/next buttons... Seems to mess with the timings. If anyone has any ideas how to fix that, it would be great.

Here's a fiddle for it: https://jsfiddle.net/LkL6affb/17/

Any thoughts welcome