Last active
July 31, 2017 20:41
-
-
Save chrisoverstreet/adafdf2eda3b48911f9f9c0fcaf46d3e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<set xmlns:android="http://schemas.android.com/apk/res/android"> | |
<alpha | |
android:fromAlpha="0.0" | |
android:toAlpha="1.0" | |
android:interpolator="@android:anim/accelerate_interpolator" | |
android:duration="1000"/> | |
</set> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment