Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Created January 26, 2020 17:49
Show Gist options
  • Select an option

  • Save zsoltk/8623febcad4dfba63e564bc0d33c2cc8 to your computer and use it in GitHub Desktop.

Select an option

Save zsoltk/8623febcad4dfba63e564bc0d33c2cc8 to your computer and use it in GitHub Desktop.
@Composable
private fun RotatingText() {
RotateIndefinitely(durationPerRotation = 4000) {
Text("Rotating text!")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment