Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created November 17, 2015 08:50
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 hitherejoe/5b31318d9df7a18d2341 to your computer and use it in GitHub Desktop.
Save hitherejoe/5b31318d9df7a18d2341 to your computer and use it in GitHub Desktop.
<objectAnimator
xmlns:android="http://schemas.android.com/apk/res/android"
android:propertyName="rotation"
android:valueFrom="-180"
android:valueTo="0"
android:duration="@integer/duration"
android:interpolator="@android:interpolator/fast_out_slow_in" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment