我要制作以下SVG动画,以便使其上下移动。
<vector android:height="24dp" android:viewportHeight="80"
android:viewportWidth="55" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:name="path1" android:fillColor="#DDDDDD" android:pathData="M3,80L7,80A3,3 0,0 0,10 77L10,63A3,3 0,0 0,7 60L3,60A3,3 0,0 0,0 63L0,77A3,3 0,0 0,3 80z"/>
这就是它的样子
我尝试过的事情
我正在使用Rich Path用translationY
为行设置动画,以某种方式从上到下进行工作,但是该库没有反向动画,也无法在其中停止方式,即在位置2(请参阅附图)
任何帮助将不胜感激。