Skip to content

Instantly share code, notes, and snippets.

@puneetverma24
Created April 29, 2017 02:52
Show Gist options
  • Save puneetverma24/c64be529334a32a0db4dfdab52460589 to your computer and use it in GitHub Desktop.
Save puneetverma24/c64be529334a32a0db4dfdab52460589 to your computer and use it in GitHub Desktop.
Tween Animation Properties
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:fromDegrees="0"
android:toDegrees="360"
android:duration="1000"
android:pivotX="50%"
android:pivotY="50%" >
</rotate>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment