Skip to content

Instantly share code, notes, and snippets.

@arunkumar9t2
Created September 20, 2018 23:19
Show Gist options
  • Save arunkumar9t2/32d1562ce9994ccdcae4069b8789cfb1 to your computer and use it in GitHub Desktop.
Save arunkumar9t2/32d1562ce9994ccdcae4069b8789cfb1 to your computer and use it in GitHub Desktop.
rootLayout.prepareTransition {
moveResize {
+image1 // Using + operator to add targets
}
fade {
+text
}
}
text.isGone = true // Layout changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment