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

  • 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