diff --git a/includes/animation-signature-options.xml b/includes/animation-signature-options.xml index 36905da8..9b7c74fc 100644 --- a/includes/animation-signature-options.xml +++ b/includes/animation-signature-options.xml @@ -23,7 +23,7 @@ - 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 Boolean indicating whether to place the animation in the effects queue. If false, the animation will begin immediately. A string can also be provided, in which case the animation is added to the queue represented by that string. diff --git a/includes/class-animation-argument-options.xml b/includes/class-animation-argument-options.xml index cc650e3c..71f8159a 100644 --- a/includes/class-animation-argument-options.xml +++ b/includes/class-animation-argument-options.xml @@ -22,6 +22,6 @@ - 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 Boolean indicating whether to place the animation in the effects queue. If false, the animation will begin immediately. A string can also be provided, in which case the animation is added to the queue represented by that string.