Why is AnimatedVisibility experimental? It is already so beautiful.
d
Doris Liu
02/26/2021, 11:40 PM
It's experimental because we wanted to have a better state hoisting mechanism for it, especially for the cases where you need to specify
initiallyVisible
param manually (e.g. when using it in a LazyColumn). Didn't get to it before beta due to all the other API changes. 😅 That's why it stayed experimental.