Skip to content

Instantly share code, notes, and snippets.

@rcmkt
Last active September 26, 2019 13:13
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 rcmkt/067b27af51f33f8799cd8f999bee84f9 to your computer and use it in GitHub Desktop.
Save rcmkt/067b27af51f33f8799cd8f999bee84f9 to your computer and use it in GitHub Desktop.
Transitioner
fragment.sharedElementEnterTransition = TransitionSet().apply {
addTransition(ChangeImageTransform())
addTransition(ChangeBounds())
addTransition(ChangeTransform())
addTransition(ChangeOutlineRadiusTransition(animationRadiusData.startRadius,
animationRadiusData.endRadius)) // add this Transition
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment