Skip to content

Instantly share code, notes, and snippets.

@shem8
Created February 25, 2016 18:55
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/e78f674a02796e8ebca8 to your computer and use it in GitHub Desktop.
Save shem8/e78f674a02796e8ebca8 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"
android:valueTo="0.6"
android:duration="450" />
<objectAnimator
android:propertyName="trimPathEnd"
android:valueFrom="0.6"
android:valueTo="1"
android:duration="600" />
</set>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment