I am trying to animate three tabs using `AnimatedV...
# compose
c
I am trying to animate three tabs using
AnimatedVisibility
and
slideInHorizontally
but no matter what I do when transitioning to a tab on the right the animation does not go RTL, despite correctly going LTR when transitioning to a tab on the left Anyone any ideas?
d
It seems like there might be
shrinkHorizontally
applied here as well? Can you share a snippet of your
transitionSpec
?
I can't tell from the recording whether it's sliding or simply shrinking && aligned topStart, because they would have very similar visual effect. I'd check the code to make sure there's only sliding.