Skip to content

Instantly share code, notes, and snippets.

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 andremion/88bdc5d07b81a749c6454303d1f91035 to your computer and use it in GitHub Desktop.
Save andremion/88bdc5d07b81a749c6454303d1f91035 to your computer and use it in GitHub Desktop.
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="@integer/anim_duration_default">
// 1
<fade>
<targets>
<target android:targetId="@id/ordering" />
</targets>
</fade>
// 2
<slide android:slideEdge="bottom">
<targets>
<target android:targetId="@id/controls" />
</targets>
</slide>
</transitionSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment