所以我在绘制字母“E”的动画,下面代码中的每个目标是一个不同的笔画,它使用timeOffset一个接一个地来,我的问题是如何隐藏每个路径,直到它开始动画?因此,例如“path”将首先设置动画,并且path2,path3和path4都将被隐藏,直到它们的动画开始。
<?xml version="1.0" encoding="utf-8"?>
<animated-vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/cap_e">
<target
android:name="bezier2"
android:animation="@animator/path"
android:startOffset="500" />
<target
android:name="bezier3"
android:animation="@animator/path2" />
<target
android:name="bezier4"
android:animation="@animator/path3" />
<target
android:name="bezier5"
android:animation="@animator/path4" />
</animated-vector>
答案 0 :(得分:-1)
在shapeshifter上,将路径数据删除为空白。