Home
last modified time | relevance | path

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

/plugin/slider/
Djquery.bxslider.js22 speed: 500, property
590 el.animate(animateObj, speed, 'linear', function(){
933 // calculate the total width of children (used to calculate the speed ratio)
938 // calculate the speed ratio (used to determine the new speed to finish the paused animation)
939 var ratio = slider.settings.speed / totalDimens;
942 // calculate the new speed
955 speed = resumeSpeed ? resumeSpeed : slider.settings.speed;
968 setPositionProperty(animateProperty, 'ticker', speed, params);
1158 slider.children.filter(':visible').fadeOut(slider.settings.speed).css({zIndex: 0});
1160 …slider.children.eq(slider.active.index).css('zIndex', 51).fadeIn(slider.settings.speed, function(){
[all …]
/plugin/slider/conf/
Ddefault.php17 $conf['speed'] = 500;
Dmetadata.php16 $meta['speed'] = array('numeric');