what-the-bank/resources/res/anim/2130772019.xml

11 lines
406 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" android:fillAfter="true">
<objectAnimator
android:interpolator="@android:interpolator/fast_out_slow_in"
android:duration="300"
android:valueFrom="1.0f"
android:valueTo="0.0f"
android:valueType="floatType"
android:propertyName="trimPathStart"/>
</set>