Rabbit-R1/android (non root)/java/resources/res/animator/fragment_fade_enter.xml
2024-05-21 17:08:36 -04:00

7 lines
287 B
XML

<?xml version="1.0" encoding="utf-8"?>
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/linear_interpolator"
android:duration="150"
android:valueFrom="0"
android:valueTo="1"
android:propertyName="alpha"/>