liveview-native / liveview-client-jetpack

MIT License
75 stars 3 forks source link

JetPack -> Components -> Animation: AnimatedVisibility #431

Closed nelson-glauber closed 3 days ago

nelson-glauber commented 3 weeks ago

Doc: https://developer.android.com/reference/kotlin/androidx/compose/animation/package-summary#AnimatedVisibility(kotlin.Boolean,androidx.compose.ui.Modifier,androidx.compose.animation.EnterTransition,androidx.compose.animation.ExitTransition,kotlin.String,kotlin.Function1)

nelson-glauber commented 3 weeks ago

The initial estimate (16h) is based on the assumption that the transition information parsing will be implemented during the implementation of #224