Skip to content

Instantly share code, notes, and snippets.

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