Animation Overview
Jetpack Compose provides powerful animation APIs.
Quick Reference
Section titled “Quick Reference”animateContentSize
Section titled “animateContentSize”Modifier.animateContentSize()animateAsState
Section titled “animateAsState”val alpha by animateFloatAsState( targetValue = if (enabled) 1f else 0.5f, label = "alpha")