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