Interfaces
PropertyAnimationInfo
Defined in: ui/animation/animation-shared.ts
Extends
Properties
_originalValue?
optional _originalValue?: any;Defined in: ui/animation/animation-shared.ts
_propertyResetCallback?
optional _propertyResetCallback?: any;Defined in: ui/animation/animation-shared.ts
curve?
optional curve?: any;Defined in: ui/animation/animation-shared.ts
Inherited from
delay?
optional delay?: number;Defined in: ui/animation/animation-shared.ts
Inherited from
duration?
optional duration?: number;Defined in: ui/animation/animation-shared.ts
Inherited from
iterations?
optional iterations?: number;Defined in: ui/animation/animation-shared.ts
Inherited from
property
property: string;Defined in: ui/animation/animation-shared.ts
Inherited from
target
target: View;Defined in: ui/animation/animation-shared.ts
Inherited from
value
value: any;Defined in: ui/animation/animation-shared.ts
Inherited from
- Previous
- PropertyAnimation
- Next
- PropertyChangeData