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