discord-jadx/app/src/main/res/animator/fragment_fade_exit.xml

3 lines
267 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="1" android:valueTo="0" android:propertyName="alpha"/>