diff --git a/includes/animation-argument-complete.xml b/includes/animation-argument-complete.xml index 042fdf45..5d109f39 100644 --- a/includes/animation-argument-complete.xml +++ b/includes/animation-argument-complete.xml @@ -1,4 +1,4 @@ - A function to call once the animation is complete. + A function to call once the animation is complete, called once per matched element. diff --git a/includes/animation-signature-options.xml b/includes/animation-signature-options.xml index 36905da8..88859783 100644 --- a/includes/animation-signature-options.xml +++ b/includes/animation-signature-options.xml @@ -18,7 +18,7 @@ - A function to call once the animation is complete. + A function to call once the animation is complete, called once per matched element. diff --git a/includes/class-animation-argument-options.xml b/includes/class-animation-argument-options.xml index cc650e3c..ca0da0ee 100644 --- a/includes/class-animation-argument-options.xml +++ b/includes/class-animation-argument-options.xml @@ -14,7 +14,7 @@ A string indicating which easing function to use for the transition. - A function to call once the animation is complete. + A function to call once the animation is complete, called once per matched element. Whether the animation should additionally be applied to all descendants of the matched elements. This feature should be used with caution as the cost of determining which descendants to animate can be very expensive, and grows linearly with the number of descendants.