Home
last modified time | relevance | path

Searched refs:nextSlide (Results 1 – 5 of 5) sorted by relevance

/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js22 nextSlide: null, property in $.swipebox.defaults
853 if ( plugin.settings.nextSlide ) {
854 plugin.settings.nextSlide(index);
865 if ( plugin.settings.nextSlide ) {
866 plugin.settings.nextSlide(index);
900 nextSlide : function ( index ) {
H A Djquery.swipebox.min.js2nextSlide:null,prevSlide:null,loopAtEnd:!1,autoplayVideos:!1,queryStringData:{},toggleClassOnLoad:… method in g
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/mikioplugin/
H A Dscript.js110 var nextSlide = function () {
117 window.setTimeout(nextSlide, (timeout * 1000) + 500);
120 window.setTimeout(nextSlide, (timeout * 1000) + 500);
62 var nextSlide = function () { global() function
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown127 $('.your-element').on('beforeChange', function(event, slick, currentSlide, nextSlide){
128 console.log(nextSlide);
135 beforeChange | event, slick, currentSlide, nextSlide | Before slide change callback