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

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

Extends

Properties

backgroundColor?

ts
optional backgroundColor?: any;

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

Inherited from

AnimationDefinition.backgroundColor


curve?

ts
optional curve?: any;

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

Inherited from

AnimationDefinition.curve


delay?

ts
optional delay?: number;

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

Inherited from

AnimationDefinition.delay


duration?

ts
optional duration?: number;

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

Inherited from

AnimationDefinition.duration


height?

ts
optional height?: any;

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

Inherited from

AnimationDefinition.height


iterations?

ts
optional iterations?: number;

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

Inherited from

AnimationDefinition.iterations


opacity?

ts
optional opacity?: number;

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

Inherited from

AnimationDefinition.opacity


rotate?

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

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

Inherited from

AnimationDefinition.rotate


scale?

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

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

Inherited from

AnimationDefinition.scale


target?

ts
optional target?: View;

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

Inherited from

AnimationDefinition.target


translate?

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

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

Inherited from

AnimationDefinition.translate


valueSource?

ts
optional valueSource?: "animation" | "keyframe";

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


width?

ts
optional width?: any;

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

Inherited from

AnimationDefinition.width