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

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

Extends

Properties

_originalValue?

ts
optional _originalValue?: any;

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


_propertyResetCallback?

ts
optional _propertyResetCallback?: any;

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


curve?

ts
optional curve?: any;

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

Inherited from

PropertyAnimation.curve


delay?

ts
optional delay?: number;

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

Inherited from

PropertyAnimation.delay


duration?

ts
optional duration?: number;

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

Inherited from

PropertyAnimation.duration


iterations?

ts
optional iterations?: number;

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

Inherited from

PropertyAnimation.iterations


property

ts
property: string;

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

Inherited from

PropertyAnimation.property


target

ts
target: View;

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

Inherited from

PropertyAnimation.target


value

ts
value: any;

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

Inherited from

PropertyAnimation.value