Created
October 19, 2021 21:39
-
-
Save victorbrndls/963d8e4ff29eb33d52cf6e86dbdb9748 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val color = remember { Animatable(Color.Gray) } | |
LaunchedEffect(ok) { color.animateTo(if (ok) Color.Green else Color.Red) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment