Interfaces
AnimationDefinition
Defined in: ui/animation/animation-shared.ts
Extended by
Properties
backgroundColor?
optional backgroundColor?: any;Defined in: ui/animation/animation-shared.ts
curve?
optional curve?: any;Defined in: ui/animation/animation-shared.ts
delay?
optional delay?: number;Defined in: ui/animation/animation-shared.ts
duration?
optional duration?: number;Defined in: ui/animation/animation-shared.ts
height?
optional height?: any;Defined in: ui/animation/animation-shared.ts
iterations?
optional iterations?: number;Defined in: ui/animation/animation-shared.ts
opacity?
optional opacity?: number;Defined in: ui/animation/animation-shared.ts
rotate?
optional rotate?:
| number
| Point3D
| {
x: number;
y: number;
z: number;
};Defined in: ui/animation/animation-shared.ts
scale?
optional scale?:
| Pair
| {
x: number;
y: number;
};Defined in: ui/animation/animation-shared.ts
target?
optional target?: View;Defined in: ui/animation/animation-shared.ts
translate?
optional translate?:
| Pair
| {
x: number;
y: number;
};Defined in: ui/animation/animation-shared.ts
width?
optional width?: any;Defined in: ui/animation/animation-shared.ts
- Previous
- AndroidOverflowInsetData