Searched refs:easing (Results 1 – 1 of 1) sorted by relevance
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.js | 8289 show: function( speed, easing, callback ) { argument 8335 hide: function( speed, easing, callback ) { argument 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 ); 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 [all …]
|