Home
last modified time | relevance | path

Searched +full:autodirection +(+path:plugin +path:slider) -(+path:plugin +path:slider +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/slider/conf/
H A Ddefault.php50 $conf['autoDirection'] = 'next';
H A Dmetadata.php49 $meta['autoDirection'] = array('string');
/plugin/slider/
H A Djquery.bxslider.js68 autoDirection: 'next', property in defaults
913 // if autoDirection is "next", append a clone of the entire slider
914 if(slider.settings.autoDirection == 'next'){
916 // if autoDirection is "prev", prepend a clone of the entire slider, and set the left position
959 if(slider.settings.autoDirection == 'next'){
1245 slider.settings.autoDirection == 'next' ? el.goToNextSlide() : el.goToPrevSlide();