Searched refs:easing (Results 1 – 1 of 1) sorted by relevance
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 8220 show: function( speed, easing, callback ) { argument 8224 return this.animate( genFx("show", 3), speed, easing, callback ); 8266 hide: function( speed, easing, callback ) { argument 8268 return this.animate( genFx("hide", 3), speed, easing, callback); 8320 fadeTo: function( speed, to, easing, callback ) { argument 8322 .animate({opacity: to}, speed, easing, callback); 8325 animate: function( prop, speed, easing, callback ) { argument 8326 var optall = jQuery.speed( speed, easing, callback ); 8369 …opt.animatedProperties[ name ] = opt.specialEasing && opt.specialEasing[ name ] || opt.easing || '… 8549 jQuery.fn[ name ] = function( speed, easing, callback ) { [all …]
|