X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=blobdiff_plain;f=src%2Ffx%2Ffx.js;h=6f7f9d1ea5a5f68296f270930f6e65ec72a2ca27;hp=bb3a17a3ea078c761fa21a32f47036e3fd63e107;hb=d7b73ea5c7440c49c804b3cafe67e84aafbdd064;hpb=f6205e054eb6b04b71f8487d55bb0e5730bb3c52 diff --git a/src/fx/fx.js b/src/fx/fx.js index bb3a17a..6f7f9d1 100644 --- a/src/fx/fx.js +++ b/src/fx/fx.js @@ -21,7 +21,7 @@ jQuery.fn.extend({ * @param String|Number speed A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000). * @param Function callback (optional) A function to be executed whenever the animation completes. * @param String easing (optional) easing effect - * @cat Effects/Animations + * @cat Effects * @see hide(String|Number,Function) */ show: function(speed,callback){ @@ -51,7 +51,7 @@ jQuery.fn.extend({ * @param String|Number speed A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000). * @param Function callback (optional) A function to be executed whenever the animation completes. * @param String easing (optional) easing effect - * @cat Effects/Animations + * @cat Effects * @see show(String|Number,Function) */ hide: function(speed,callback){ @@ -78,7 +78,7 @@ jQuery.fn.extend({ * @param String|Number speed (optional) A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000). * @param Function callback (optional) A function to be executed whenever the animation completes. * @param String easing (optional) easing effect - * @cat Effects/Animations + * @cat Effects * @see slideUp(String|Number,Function) * @see slideToggle(String|Number,Function) */ @@ -104,7 +104,7 @@ jQuery.fn.extend({ * @param String|Number speed (optional) A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000). * @param Function callback (optional) A function to be executed whenever the animation completes. * @param String easing (optional) easing effect - * @cat Effects/Animations + * @cat Effects * @see slideDown(String|Number,Function) * @see slideToggle(String|Number,Function) */ @@ -130,7 +130,7 @@ jQuery.fn.extend({ * @param String|Number speed (optional) A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000). * @param Function callback (optional) A function to be executed whenever the animation completes. * @param String easing (optional) easing effect - * @cat Effects/Animations + * @cat Effects * @see slideDown(String|Number,Function) * @see slideUp(String|Number,Function) */ @@ -160,7 +160,7 @@ jQuery.fn.extend({ * @param String|Number speed (optional) A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000). * @param Function callback (optional) A function to be executed whenever the animation completes. * @param String easing (optional) easing effect - * @cat Effects/Animations + * @cat Effects * @see fadeOut(String|Number,Function) * @see fadeTo(String|Number,Number,Function) */ @@ -187,7 +187,7 @@ jQuery.fn.extend({ * @param String|Number speed (optional) A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000). * @param Function callback (optional) A function to be executed whenever the animation completes. * @param String easing (optional) easing effect - * @cat Effects/Animations + * @cat Effects * @see fadeIn(String|Number,Function) * @see fadeTo(String|Number,Number,Function) */ @@ -215,7 +215,7 @@ jQuery.fn.extend({ * @param Number opacity The opacity to fade to (a number from 0 to 1). * @param Function callback (optional) A function to be executed whenever the animation completes. * @param String easing (optional) easing effect - * @cat Effects/Animations + * @cat Effects * @see fadeIn(String|Number,Function) * @see fadeOut(String|Number,Function) */ @@ -249,7 +249,7 @@ jQuery.fn.extend({ * @param String|Number speed (optional) A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000). * @param Function callback (optional) A function to be executed whenever the animation completes. * @param String easing (optional) easing effect - * @cat Effects/Animations + * @cat Effects */ animate: function( prop, speed, easing, callback ) { return this.queue(function(){