基础库 3.34.0 开始支持 对 Y 轴平移。 参数 Number ty 参数说明 在 Y 轴偏移 ty(单位:px)。 返回值 Animation 示例代码 const animation = bl.createAnimation(); animation.translateY(Math.random() * 100 - 50).step();