react-native-bottomsheet
Version:
True Cross-platform ActionSheet for Android and iOS
9 lines (7 loc) • 356 B
text/xml
<!-- Animation for when a dock window at the bottom of the screen is entering. -->
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:interpolator/fast_out_slow_in">
<translate android:fromYDelta="600%" android:toYDelta="0"
android:duration="250"/>
</set>