小程序3d平移动画Animation.translate3d

Animation Animation.translate3d(number tx, number ty, number tz)

小程序插件:支持

对 xyz 坐标进行平移变换

参数

number tx

在 X 轴平移的距离,单位为 px

number ty

在 Y 轴平移的距离,单位为 px

number tz

在 Z 轴平移的距离,单位为 px

返回值

Animation

分类小程序动画相关推荐:

小程序创建一个动画wx.createAnimation 小程序动画对象Animation 小程序动画设置背景色Animation.backgroundColor 小程序设置 bottom 值Animation.bottom 小程序导出动画队列 Animation.export 小程序动画设置高度Animation.height 小程序动画设置 left 值 小程序动画 小程序3D动画 Animation.matrix3d 小程序动画设置透明度Animation.opacity 小程序动画设置 right 值Animation.right 小程序旋转动画Animation.rotate 小程序3d旋转动画 小程序X轴旋转Animation.rotateX 小程序Y轴旋转动画Animation.rotateY 小程序Z轴旋转动画Animation.rotateZ 小程序动画缩放Animation.scale 小程序3d缩放Animation.scale3d 小程序动画x轴缩放Animation.scaleX 小程序Y轴缩放Animation.scaleY 小程序Z轴缩放Animation.scaleZ 小程序对 X、Y 轴坐标进行倾斜动画Animation.skew 小程序动画对 X 轴坐标进行倾斜Animation.skewX 小程序动画对 Y 轴坐标进行倾斜Animation.skewY 小程序组动画Animation.step 小程序动画设置 top 值Animation.top 小程序平移变换Animation.translate 小程序3d平移动画Animation.translate3d 小程序X轴平移Animation.translateX 小程序Y轴平移Animation.translateY 小程序Z轴平移Animation.translateZ 小程序动画设置宽度Animation.width