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