Closed bsweeney closed 10 years ago
Hi bsweeney. Very late reply, but I've added this callback to the plugin. I've done quite a few changes and updates in the last 2 weeks.
Nice! Thanks for the update. I won't be able to test the update in the immediate future, but I appreciate the recent work.
I've recently found a need to perform some actions after the slider completes its animation, but only in response to calling the
toSlide()
method. I'd like to see an optional second argument for thetoSlide()
method that accepts a callack function.So if you instantiated the slider and assigned it to the variable
objSlider
you could do something like the following: