Lines Matching refs:easing
8289 show: function( speed, easing, callback ) { argument
8293 return this.animate( genFx("show", 3), speed, easing, callback );
8335 hide: function( speed, easing, callback ) { argument
8337 return this.animate( genFx("hide", 3), speed, easing, callback);
8389 fadeTo: function( speed, to, easing, callback ) { argument
8391 .animate({opacity: to}, speed, easing, callback);
8394 animate: function( prop, speed, easing, callback ) { argument
8395 var optall = jQuery.speed( speed, easing, callback );
8438 …opt.animatedProperties[ name ] = opt.specialEasing && opt.specialEasing[ name ] || opt.easing || '…
8618 jQuery.fn[ name ] = function( speed, easing, callback ) {
8619 return this.animate( props, speed, easing, callback );
8624 speed: function( speed, easing, fn ) { argument
8626 complete: fn || !fn && easing ||
8629 easing: fn && easing || easing && !jQuery.isFunction( easing ) && easing
8658 easing: { property
8830 …this.pos = jQuery.easing[ options.animatedProperties[this.prop] ]( this.state, n, 0, 1, options.du…