Skip to content

Instantly share code, notes, and snippets.

@ThomasGorisse
Created October 19, 2021 20:59
Show Gist options
  • Select an option

  • Save ThomasGorisse/4b4f311e38893bd45702b5afd5470e4e to your computer and use it in GitHub Desktop.

Select an option

Save ThomasGorisse/4b4f311e38893bd45702b5afd5470e4e to your computer and use it in GitHub Desktop.
view.doOnResume {
startWelcomeAnimation(view)
}
view.doOnPause {
stopWelcomeAnimation(view)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment