Appearance
对 X 轴平移。
number translation
在 X 轴平移的距离,单位为 px
Animation
const anim = ek.createAnimation() const animData = anim .translateX(10) .step() .export()