fabiorino / crelly-slider

A free responsive slider for WordPress that supports layers. Add texts, images, videos and beautify them with transitions and animations.
MIT License
104 stars 36 forks source link

Is there a function after slide and before slide? #33

Open onigetoc opened 7 years ago

onigetoc commented 7 years ago

I mean, knowing when a slider begin or a slider is finished. I need to know when each slide are completed.

fabiorino commented 7 years ago

There's a callback that you can use: beforeSlideStart : function() {}, you can find it in the "Slider settings" page. This will be fired at the beginning of each slide

onigetoc commented 7 years ago

i saw it, i was also looking for after. like: aftereSlide : function() {},

fabiorino commented 7 years ago

Unfortunately there isn't