Skip to content

Instantly share code, notes, and snippets.

@arunkumar9t2
Created September 20, 2018 19:40
Show Gist options
  • Save arunkumar9t2/8f3e4aea6edf98540bbb73cd23b58347 to your computer and use it in GitHub Desktop.
Save arunkumar9t2/8f3e4aea6edf98540bbb73cd23b58347 to your computer and use it in GitHub Desktop.
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android"
android:transitionOrdering="sequential">
<changeBounds>
<targets>
<target android:targetId="@+id/image" />
</targets>
</changeBounds>
<fade>
<targets>
<target android:targetId="@+id/text" />
</targets>
</fade>
</transitionSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment