Vaibhav Jaiswal
06/28/2024, 10:01 AMVaibhav Jaiswal
06/28/2024, 10:11 AMAnimatedVisibility(
visible = 7>0,
enter = expandHorizontally(animationSpec = spring(dampingRatio = Spring.DampingRatioMediumBouncy)),
exit = shrinkHorizontally(animationSpec = tween()),
) {
RepostsLabel(count = 7) {}
}
Vaibhav Jaiswal
06/28/2024, 10:15 AMStylianos Gakis
06/28/2024, 10:42 AMvisible = false
state. Otherwise the first frame it tries to render itself, if it's to be shown immediately it just renders in the visible state immediately.Stylianos Gakis
06/28/2024, 10:43 AMVaibhav Jaiswal
06/28/2024, 2:43 PM