Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/222.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 安卓动画效果轻松_Android_Animation - Fatal编程技术网

Android 安卓动画效果轻松

Android 安卓动画效果轻松,android,animation,Android,Animation,大家好,有人知道如何在动画中添加“轻松效果”吗 这是我到目前为止的动画 <set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@android:anim/accelerate_interpolator" android:fillAfter="true"> <translate android:fromYDelta="100%p" andr

大家好,有人知道如何在动画中添加“轻松效果”吗

这是我到目前为止的动画

<set xmlns:android="http://schemas.android.com/apk/res/android" 
    android:interpolator="@android:anim/accelerate_interpolator"
    android:fillAfter="true">
   <translate android:fromYDelta="100%p" android:toYDelta="0" android:duration="1000" />

</set>

您所说的“轻松”是什么意思?如果您指的是快速起步,并在接近终点时变慢,那么您需要的是减速插值器而不是加速插值器