Lines Matching +full:speed +(+path:plugin +path:slider) -(+path:plugin +path:slider +path:lang)
22 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(){
1209 setPositionProperty(value, 'slide', slider.settings.speed);