diff --git a/includes/options-argument.xml b/includes/options-argument.xml index 99bbf34c..9a76b828 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. @@ -29,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 @@ -45,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 @@ -54,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 @@ -63,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