Replies: 1 comment 1 reply
-
obviously, layout animation is triggered when layout changed (mounted 、unmounted、position、height、width )。 you can do this by create normal animation with useSharedValue、useAnimatedStyle and withTiming . Or you have to use Layout Transition and update the target view's layout on the specific event you defined . |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have a little Animated.View with slide entering and exiting
And I want to Animate ( FadeOut ) this View again by pressing, let's say a button.
Without unmounting component to reach exiting animation, I need something like in the middle.
How can I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions