From f5b2f9a77f63fe5e5967831ac89198849ca9548f Mon Sep 17 00:00:00 2001 From: TJ VanToll Date: Mon, 6 May 2013 20:35:35 -0400 Subject: [PATCH 1/2] animate(): Clarify that the queue property can be a Boolean or a String. --- includes/options-argument.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/options-argument.xml b/includes/options-argument.xml index 99bbf34c..14d9e4a8 100644 --- a/includes/options-argument.xml +++ b/includes/options-argument.xml @@ -9,8 +9,10 @@ A string indicating which easing function to use for the transition. - + A Boolean indicating whether to place the animation in the effects queue. If false, the animation will begin immediately. As of jQuery 1.7, the queue option can also accept a string, in which case the animation is added to the queue represented by that string. + + A map of one or more of the CSS properties defined by the properties argument and their corresponding easing functions. From fa55d33d33d103f96a588d05d8f4f25e3e45d531 Mon Sep 17 00:00:00 2001 From: TJ VanToll Date: Mon, 6 May 2013 20:40:36 -0400 Subject: [PATCH 2/2] Trivial spelling fixes. --- includes/options-argument.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/options-argument.xml b/includes/options-argument.xml index 14d9e4a8..9a76b828 100644 --- a/includes/options-argument.xml +++ b/includes/options-argument.xml @@ -31,7 +31,7 @@ A function to be called after each step of the animation, only once per animated element regardless of the number of animated properties. - An enhanced Promise oject with additional properties for the animation + An enhanced Promise object with additional properties for the animation A number from 0 to 1 indicating the progress of the animation @@ -47,7 +47,7 @@ A function to be called when the animation completes (its Promise object is resolved). - An enhanced Promise oject with additional properties for the animation + An enhanced Promise object with additional properties for the animation Indicates whether the animation jumped to the end @@ -56,7 +56,7 @@ A function to be called when the animation fails to complete (its Promise object is rejected). - An enhanced Promise oject with additional properties for the animation + An enhanced Promise object with additional properties for the animation Indicates whether the animation jumped to the end @@ -65,7 +65,7 @@ A function to be called when the animation completes or stops without completing (its Promise object is either resolved or rejected). - An enhanced Promise oject with additional properties for the animation + An enhanced Promise object with additional properties for the animation Indicates whether the animation jumped to the end