Skip to content
On this page

Animation.matrix3d

3D 变换矩阵。

transform-function matrix3d

返回值

Animation

Example

ts
const anim = ek.createAnimation()
const animData = anim
  .matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 50, 100, 0, 1.1)
  .step()
  .export()