Is there any way to tell the cycle-plugin to wait with the next slide when the previous one is still animating?
When i use the default animation with a next and prev button and I click quickly on the next button the slides start flicker.
I've searched the whole internet

, but couldn't find anything regarding this.
This is the code I use:
- $('#div_slider_big .div_fotos').cycle({
- next: '#div_slider_big .div_navi_next',
- prev: '#div_slider_big .div_navi_back',
- speed: 1500,
- timeout: 3000
- });