基础库 3.34.0 开始支持 缩放 Z 轴。 参数 Number sz 参数说明 在 Z 轴缩放 sz 倍数。 返回值 Animation 示例代码 const animation = bl.createAnimation(); animation.scaleZ(Math.random() * 2).step();