react-native-facetec
Version:
facetec module bridge
23 lines (22 loc) • 948 B
text/xml
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:fillAfter="true"
android:ordering="sequentially">
<objectAnimator
xmlns:android="http://schemas.android.com/apk/res/android"
android:propertyName="strokeWidth"
android:duration="150"
android:valueFrom="0.0f"
android:valueTo="1.0f"
android:valueType="floatType"
android:interpolator="@android:interpolator/fast_out_slow_in"/>
<objectAnimator
xmlns:android="http://schemas.android.com/apk/res/android"
android:propertyName="strokeWidth"
android:duration="600"
android:startDelay="150"
android:valueFrom="1.0f"
android:valueTo="10.0f"
android:valueType="floatType"
android:interpolator="@android:interpolator/fast_out_slow_in"/>
</set>