habitica-android/Habitica/res/anim/activity_fade_out.xml

9 lines
346 B
XML
Raw Permalink Normal View History

2017-03-23 13:06:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<alpha
xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="750"
android:fromAlpha="1.0"
android:interpolator="@android:interpolator/accelerate_cubic"
android:startOffset="250"
android:toAlpha="0.0"
android:zAdjustment="top" />