Skip to content

Instantly share code, notes, and snippets.

@kmshack
Created May 31, 2017 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmshack/851772b1a107d5be7a12ff34daf3c1da to your computer and use it in GitHub Desktop.
Save kmshack/851772b1a107d5be7a12ff34daf3c1da to your computer and use it in GitHub Desktop.
duration.kt
val transition = AutoTransition()
transition.duration = 1000
TransitionManager.beginDelayedTransition(
constraintLayout, transition)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment