Ability to trigger some other function WHEN RS has completed a slide transition
Hi,
I've looked but failed to find a way to run some other jQ function but only when a slide transition has completed. In pseudo code, is there a way to do this:
$('myslider').royalSlider({
.
RS-settings
.
whenRSslideAnimationComplete {
runSomeOtherjQfn();
}
});
Cheers, -Alan
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Dmytro Semenov on 20 Dec, 2012 08:24 PM
Hi,
http://dimsemenov.com/plugins/royal-slider/documentation/#api
2 Posted by alanb on 20 Dec, 2012 08:38 PM
Hi Dmitry,
Thanks, sorry I missed that, I assumed API was something other people did (one day I'll really understand what API encompasses).
Cheers, -Alan