Skip to content

Commit

Permalink
feat(staggered-fade-and-slide): update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcg88 committed Aug 19, 2024
1 parent b6e60c7 commit a44f3c1
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand All @@ -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.
*/
Expand Down

0 comments on commit a44f3c1

Please sign in to comment.