Skip to content

Instantly share code, notes, and snippets.

@shem8
Created February 25, 2016 18:56
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 shem8/9183be2e0759cff9d7a7 to your computer and use it in GitHub Desktop.
Save shem8/9183be2e0759cff9d7a7 to your computer and use it in GitHub Desktop.
<set
xmlns:android="http://schemas.android.com/apk/res/android"
android:ordering="together">
<objectAnimator
android:propertyName="trimPathStart"
android:valueFrom="0.4"
android:valueTo="0"
android:duration="600" />
<objectAnimator
android:propertyName="trimPathEnd"
android:valueFrom="1"
android:valueTo="0.4"
android:duration="450" />
</set>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment