Skip to content

Instantly share code, notes, and snippets.

@guyca
Created June 14, 2020 07:42
Show Gist options
  • Save guyca/0ef5a9528ee38b17d5618f9b1dc3eeba to your computer and use it in GitHub Desktop.
Save guyca/0ef5a9528ee38b17d5618f9b1dc3eeba to your computer and use it in GitHub Desktop.
Animate the transition once the entering view is laid out
override fun onViewFound(to: View) {
to.doOnLayout {
// Create transition animators after entering view is laid out
animateSharedElement(from, to)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment