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