discord-jadx/app/src/main/res/animator/mtrl_extended_fab_show_moti...

6 lines
575 B
XML

<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator android:interpolator="@interpolator/mtrl_fast_out_slow_in" android:duration="150" android:startOffset="0" android:valueFrom="0" android:valueTo="1" android:valueType="floatType" android:propertyName="opacity"/>
<objectAnimator android:interpolator="@interpolator/mtrl_linear_out_slow_in" android:duration="150" android:startOffset="0" android:valueFrom="0.8" android:valueTo="1" android:valueType="floatType" android:propertyName="scale"/>
</set>