Interfaces
AnimationDefinitionInternal
Defined in: ui/animation/animation-shared.ts
Extends
Properties
backgroundColor?
optional backgroundColor?: any;Defined in: ui/animation/animation-shared.ts
Inherited from
AnimationDefinition.backgroundColor
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
height?
optional height?: any;Defined in: ui/animation/animation-shared.ts
Inherited from
iterations?
optional iterations?: number;Defined in: ui/animation/animation-shared.ts
Inherited from
AnimationDefinition.iterations
opacity?
optional opacity?: number;Defined in: ui/animation/animation-shared.ts
Inherited from
rotate?
optional rotate?:
| number
| Point3D
| {
x: number;
y: number;
z: number;
};Defined in: ui/animation/animation-shared.ts
Inherited from
scale?
optional scale?:
| Pair
| {
x: number;
y: number;
};Defined in: ui/animation/animation-shared.ts
Inherited from
target?
optional target?: View;Defined in: ui/animation/animation-shared.ts
Inherited from
translate?
optional translate?:
| Pair
| {
x: number;
y: number;
};Defined in: ui/animation/animation-shared.ts
Inherited from
valueSource?
optional valueSource?: "animation" | "keyframe";Defined in: ui/animation/animation-shared.ts
width?
optional width?: any;Defined in: ui/animation/animation-shared.ts
Inherited from
- Previous
- AnimationDefinition
- Next
- ApplicationEventData