Skip to content

Instantly share code, notes, and snippets.

@arunkumar9t2
Created September 20, 2018 23:16
Show Gist options
  • Save arunkumar9t2/997dc7a99371aeab92d12ecf9bb93a25 to your computer and use it in GitHub Desktop.
Save arunkumar9t2/997dc7a99371aeab92d12ecf9bb93a25 to your computer and use it in GitHub Desktop.
rootCoordinatorLayout.prepareTransition {
onStart {
// Started!
}
moveResize {
+image1
}
onEnd {
// I am done :)
}
}
// Layout changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment