基础库 3.34.0 开始支持 对 X 轴平移。 参数 Number tx 参数说明 Number tx 返回值 Animation 示例代码 const animation = bl.createAnimation(); animation.translateX(Math.random() * 100 - 50).step();