I would like to preview an `AnimatedVisibility` co...
# compose
l
I would like to preview an
AnimatedVisibility
composable but the animation inspector does not appear. Is that intended behavior? What are the requirements so that animation inspector is available?
d
Currently the animation inspector only supports preview for explicitly defined
Transition
. We are working on expanding support to other animation APIs such as
AnimatedVisibility
and
animate*AsState
. Stay tuned! 🙂
❤️ 7
l
Thanks for the information