react-native-dsg-image-crop-picker
Version:
Select single or multiple images, with cropping option
28 lines (24 loc) • 904 B
text/xml
<set xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator
android:duration="@integer/ucrop_progress_loading_anim_time"
android:propertyName="scaleX"
android:repeatCount="-1"
android:valueFrom="0.666"
android:valueTo="1.0"
android:valueType="floatType"/>
<objectAnimator
android:duration="@integer/ucrop_progress_loading_anim_time"
android:propertyName="scaleY"
android:repeatCount="-1"
android:valueFrom="0.666"
android:valueTo="1.0"
android:valueType="floatType"/>
<objectAnimator
android:duration="@integer/ucrop_progress_loading_anim_time"
android:propertyName="rotation"
android:repeatCount="-1"
android:valueFrom="0"
android:valueTo="360"
android:valueType="floatType"/>
</set>