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