Searched refs:nextSlide (Results 1 – 4 of 4) sorted by relevance
| /plugin/imagecarousel/vendor/swipebox/js/ |
| D | jquery.swipebox.js | 22 nextSlide: null, property 853 if ( plugin.settings.nextSlide ) { 854 plugin.settings.nextSlide(index); 865 if ( plugin.settings.nextSlide ) { 866 plugin.settings.nextSlide(index); 900 nextSlide : function ( index ) {
|
| D | jquery.swipebox.min.js | 2 …nextSlide:null,prevSlide:null,loopAtEnd:!1,autoplayVideos:!1,queryStringData:{},toggleClassOnLoad:… property
|
| /plugin/mikioplugin/ |
| H A D | script.js | 120 var nextSlide = function () { function 127 window.setTimeout(nextSlide, (timeout * 1000) + 500); 130 window.setTimeout(nextSlide, (timeout * 1000) + 500);
|
| /plugin/imagecarousel/vendor/slick/ |
| D | README.markdown | 127 $('.your-element').on('beforeChange', function(event, slick, currentSlide, nextSlide){ 128 console.log(nextSlide); 135 beforeChange | event, slick, currentSlide, nextSlide | Before slide change callback
|