Interface
AnimationDefinition
AnimationDefinition
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;
}Summary
Properties
backgroundColor
backgroundColor?: Color
curve
delay
duration
height
height?: string | number | LengthDipUnit | LengthPxUnit | LengthPercentUnit
iterations
opacity
rotate
scale
target
target?: View
translate
width
width?: string | number | LengthDipUnit | LengthPxUnit | LengthPercentUnit
- Previous
- AndroidActivityResultEventData
- Next
- ApplicationEventData