NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in

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