Alex
AnimatedContent
targetState
Icyrockton
Doris Liu
Transition.AnimatedContent
Transition.currentState
snapshotFlow { yourTransition.currentState }.collect {// do something with the state change}
LaunchedEffect
currentState
targetState != currentState -> targetState == currentState
if (targetState == currentState && targetState == someSpecificState) { // some more UI here }
A modern programming language that makes developers happier.