You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the component RouteTransition enter everything is okay. The first Animated.div performs the animation of the opacity from 0 to 1 and the second Animated.div performs the animation of the translate3d on x from window.innerWidth to 0.
The problem occurs when the component leave. The animation of the opacity is good, I see it well but the animation of translate3d is completely ruined. The second Animated.div don't performs his animation and disappears in a blink. I don't really understand why.
Can you help me ?
Many thanks,
Aurélien
The text was updated successfully, but these errors were encountered:
Hi !
I've got an issue when my component leave on nested animated.div.
Here's my code :
When the component RouteTransition enter everything is okay. The first Animated.div performs the animation of the opacity from 0 to 1 and the second Animated.div performs the animation of the translate3d on x from window.innerWidth to 0.
The problem occurs when the component leave. The animation of the opacity is good, I see it well but the animation of translate3d is completely ruined. The second Animated.div don't performs his animation and disappears in a blink. I don't really understand why.
Can you help me ?
Many thanks,
Aurélien
The text was updated successfully, but these errors were encountered: