| title | AnimationDefinition | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| category | Interfaces | |||||||||||||
| titleTemplate | API - NativeScript | |||||||||||||
| breadcrumbs |
|
|||||||||||||
| layout | api | |||||||||||||
| seo |
|
interface AnimationDefinition {
backgroundColor: Color;
curve: any;
delay: number;
duration: number;
height: string | number | LengthDipUnit | LengthPxUnit | LengthPercentUnit;
iterations: number;
opacity: number;
rotate: number | Point3D;
scale: Pair;
target: View;
translate: Pair;
width: string | number | LengthDipUnit | LengthPxUnit | LengthPercentUnit;
}