Created by: ruimarinho
Both slide
and slid
events do not pass along the current and the next elements to the event handler. This is very useful when using a custom thumbnail navigation, for example - the UI can react knowing what the next element is going to be.
The callback parameters are:
-
slide
: event, currentElement, nextElement -
slid
: event, previousElement, currentElement