Appearance
缩放 X 轴。
number scale
X 轴的缩放倍数
Animation
const anim = ek.createAnimation() const animData = anim .scaleX(2.0) .step() .export()