Child animation clashing with parent animation #2312
Unanswered
julianberr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
when I am trying to have a parent element stagger its children and then also apply an animation trigger on the children of said parent element, the parent animation gets canceled.
My code looks something like this:
So basically the staggering animation works but as soon as the whileHover is added on the second div the staggering animation stops working and only the child hover animation works. Does anyone know why this happens?
Beta Was this translation helpful? Give feedback.
All reactions