Type Alias BasicAnimationsEmphasisType
BasicAnimationsEmphasisType: { ease: EaseTweenCombinationType; from: number; styles: { bounce?: boolean; flash?: boolean; headshake?: boolean; heartbeat?: boolean; horizontal?: boolean; pulse?: boolean; rubberBand?: boolean; shake?: { direction: ShakeDirections }; swing?: boolean; tada?: boolean; vertical?: boolean; }; to: number;} Type declaration
from: number
styles: {
bounce?: boolean;
flash?: boolean;
headshake?: boolean;
heartbeat?: boolean;
horizontal?: boolean;
pulse?: boolean;
rubberBand?: boolean;
shake?: { direction: ShakeDirections };
swing?: boolean;
tada?: boolean;
vertical?: boolean;
}
to: number