https://kotlinlang.org logo
#compose
Title
# compose
l

Lilly

03/09/2021, 2:34 AM
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

Doris Liu

03/09/2021, 2:42 AM
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

Lilly

03/09/2021, 12:17 PM
Thanks for the information