LeOS-Genesis/app/src/main/res/anim/translate_fade_right_crash.xml

8 lines
267 B
XML

<set xmlns:android="http://schemas.android.com/apk/res/android"
android:startOffset="0">
<alpha
android:duration="300"
android:fromAlpha="1"
android:interpolator="@android:anim/linear_interpolator"
android:toAlpha="0" />
</set>