Skip to content

Instantly share code, notes, and snippets.

@NotWoods
Created August 19, 2019 16:35
Show Gist options
  • Save NotWoods/a42f8561a159e07d2ea605f784a112d9 to your computer and use it in GitHub Desktop.
Save NotWoods/a42f8561a159e07d2ea605f784a112d9 to your computer and use it in GitHub Desktop.
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
android:propertyName="pathData"
android:duration="500"
android:valueFrom="M 0 0 L 0 24 L 24 24 L 24 0 L 0 0 Z M 21 2 L 23 4 L 23 4 L 21 2 L 21 2 Z"
android:valueTo="M 0 0 L 0 24 L 24 24 L 24 0 L 0 0 Z M 21 2 L 23 4 L 6 21 L 4 19 L 21 2 Z"
android:valueType="pathType" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment