Rabbit-R1/android (non root)/java/resources/res/animator/fragment_fade_enter.xml

8 lines
287 B
XML
Raw Normal View History

2024-05-21 21:08:36 +00:00
<?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"/>