9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement

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

Extended by

Properties

backgroundColor?

ts
optional backgroundColor?: any;

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


curve?

ts
optional curve?: any;

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


delay?

ts
optional delay?: number;

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


duration?

ts
optional duration?: number;

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


height?

ts
optional height?: any;

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


iterations?

ts
optional iterations?: number;

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


opacity?

ts
optional opacity?: number;

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


rotate?

ts
optional rotate?: 
  | number
  | Point3D
  | {
  x: number;
  y: number;
  z: number;
};

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


scale?

ts
optional scale?: 
  | Pair
  | {
  x: number;
  y: number;
};

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


target?

ts
optional target?: View;

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


translate?

ts
optional translate?: 
  | Pair
  | {
  x: number;
  y: number;
};

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


width?

ts
optional width?: any;

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