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

8 lines
267 B
XML
Raw Normal View History

2022-05-22 11:12:11 +02:00
<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>