Skip to content

Instantly share code, notes, and snippets.

@yongjhih
Created July 22, 2014 04:10
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 yongjhih/2f8ba73cf78af8b8399a to your computer and use it in GitHub Desktop.
Save yongjhih/2f8ba73cf78af8b8399a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<scale
android:fromXScale="0.1"
android:fromYScale="0.1"
android:toXScale="1"
android:toYScale="1"
android:pivotX="50%"
android:pivotY="50%"
android:duration="1500"
android:repeatCount="infinite"
/>
<alpha
android:fromAlpha="1"
android:toAlpha="0.1"
android:duration="1500"
android:repeatCount="infinite"
/>
</set>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment