Home
last modified time | relevance | path

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

/plugin/slider/conf/
H A Ddefault.php52 $conf['autoDelay'] = 0;
H A Dmetadata.php51 $meta['autoDelay'] = array('numeric');
/plugin/slider/
H A Djquery.bxslider.js70 autoDelay: 0, property in defaults
878 // if autoDelay was supplied, launch the auto show using a setTimeout() call
879 if(slider.settings.autoDelay > 0){
880 var timeout = setTimeout(el.startAuto, slider.settings.autoDelay);
881 // if autoDelay was not supplied, start the auto show normally