Appearance
设置 left 值。
number | string value
长度值,如果传入 number 则默认使用 px
Animation
const anim = ek.createAnimation() const animData = anim .left('20px') .step() .export()