9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
type TransformFunctionsInfo = {
  rotate: Point3D;
  scale: Pair;
  translate: Pair;
};

Defined in: ui/animation/animation-shared.ts

Properties

rotate

ts
rotate: Point3D;

Defined in: ui/animation/animation-shared.ts


scale

ts
scale: Pair;

Defined in: ui/animation/animation-shared.ts


translate

ts
translate: Pair;

Defined in: ui/animation/animation-shared.ts