Browse Source

B端 动画优化

ZhangXinYu 6 years atrás
parent
commit
3db51c3a92

+ 1 - 1
app/src/main/res/anim/pop_down_dismiss.xml

@@ -2,7 +2,7 @@
 <set xmlns:android="http://schemas.android.com/apk/res/android"
     android:interpolator="@android:anim/decelerate_interpolator">
     <translate
-        android:duration="400"
+        android:duration="300"
         android:fromYDelta="0"
         android:toYDelta="100%p" />
 </set>

+ 1 - 1
app/src/main/res/anim/pop_up_show.xml

@@ -2,7 +2,7 @@
 <set xmlns:android="http://schemas.android.com/apk/res/android"
     android:interpolator="@android:anim/decelerate_interpolator">
     <translate
-        android:duration="400"
+        android:duration="300"
         android:fromYDelta="100%p"
         android:toYDelta="0" />
 </set>