Searched +full:speed +(+path:plugin +path:slider) -(+path:plugin +path:slider +path:lang) (Results 1 – 3 of 3) sorted by relevance
22 speed: 500, property590 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 speed955 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 …]
17 $conf['speed'] = 500;
16 $meta['speed'] = array('numeric');