Improved the categories of a bunch of docs, upped the version to 1.1.
[jquery.git] / src / fx / fx.js
index bb3a17a..6f7f9d1 100644 (file)
@@ -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).\r
         * @param Function callback (optional) A function to be executed whenever the animation completes.\r
         * @param String easing (optional) easing effect\r
-        * @cat Effects/Animations\r
+        * @cat Effects\r
         * @see hide(String|Number,Function)\r
         */\r
        show: function(speed,callback){\r
@@ -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).\r
         * @param Function callback (optional) A function to be executed whenever the animation completes.\r
         * @param String easing (optional) easing effect\r
-        * @cat Effects/Animations\r
+        * @cat Effects\r
         * @see show(String|Number,Function)\r
         */\r
        hide: function(speed,callback){\r
@@ -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).\r
         * @param Function callback (optional) A function to be executed whenever the animation completes.\r
         * @param String easing (optional) easing effect\r
-        * @cat Effects/Animations\r
+        * @cat Effects\r
         * @see slideUp(String|Number,Function)\r
         * @see slideToggle(String|Number,Function)\r
         */\r
@@ -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).\r
         * @param Function callback (optional) A function to be executed whenever the animation completes.\r
         * @param String easing (optional) easing effect\r
-        * @cat Effects/Animations\r
+        * @cat Effects\r
         * @see slideDown(String|Number,Function)\r
         * @see slideToggle(String|Number,Function)\r
         */\r
@@ -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).\r
         * @param Function callback (optional) A function to be executed whenever the animation completes.\r
         * @param String easing (optional) easing effect\r
-        * @cat Effects/Animations\r
+        * @cat Effects\r
         * @see slideDown(String|Number,Function)\r
         * @see slideUp(String|Number,Function)\r
         */\r
@@ -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).\r
         * @param Function callback (optional) A function to be executed whenever the animation completes.\r
         * @param String easing (optional) easing effect\r
-        * @cat Effects/Animations\r
+        * @cat Effects\r
         * @see fadeOut(String|Number,Function)\r
         * @see fadeTo(String|Number,Number,Function)\r
         */\r
@@ -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).\r
         * @param Function callback (optional) A function to be executed whenever the animation completes.\r
         * @param String easing (optional) easing effect\r
-        * @cat Effects/Animations\r
+        * @cat Effects\r
         * @see fadeIn(String|Number,Function)\r
         * @see fadeTo(String|Number,Number,Function)\r
         */\r
@@ -215,7 +215,7 @@ jQuery.fn.extend({
         * @param Number opacity The opacity to fade to (a number from 0 to 1).\r
         * @param Function callback (optional) A function to be executed whenever the animation completes.\r
         * @param String easing (optional) easing effect\r
-        * @cat Effects/Animations\r
+        * @cat Effects\r
         * @see fadeIn(String|Number,Function)\r
         * @see fadeOut(String|Number,Function)\r
         */\r
@@ -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).\r
         * @param Function callback (optional) A function to be executed whenever the animation completes.\r
         * @param String easing (optional) easing effect\r
-        * @cat Effects/Animations\r
+        * @cat Effects\r
         */\r
        animate: function( prop, speed, easing, callback ) {\r
                return this.queue(function(){\r