Appearance
缩放。
number sx
x 轴的缩放倍数
number sy
y 轴的缩放倍数
number sz
z 轴的缩放倍数
Animation
const anim = ek.createAnimation() const animData = anim .scale3d(2.0, 2.0, 1.0) .step() .export()