From a44f3c1d21d164755d336539ec61bca360e8e536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20CG?= Date: Mon, 19 Aug 2024 13:40:13 +0200 Subject: [PATCH] feat(staggered-fade-and-slide): update documentation --- .../src/components/animations/staggered-fade-and-slide.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/x-components/src/components/animations/staggered-fade-and-slide.vue b/packages/x-components/src/components/animations/staggered-fade-and-slide.vue index bb4e27c5b4..4842d30f7b 100644 --- a/packages/x-components/src/components/animations/staggered-fade-and-slide.vue +++ b/packages/x-components/src/components/animations/staggered-fade-and-slide.vue @@ -79,7 +79,7 @@ } /** - * Finds he parent children subset of new elements entering the DOM. + * Finds he parent's children subset of new elements entering the DOM. * This is achieved by filtering out the elements that are already animated. * Those with 'transition-delay' equal to '0ms' are considered already animated. * @@ -96,8 +96,7 @@ /** * Listener called when the enter transition has finished. - * This resets the `transitionDelay` and add mark the element as animated, - * setting the `data-animated` attribute to `true`. + * This resets the `transitionDelay`. * * @param el - Element inserted. */