@Retention(value=SOURCE)
public static @interface TooltipAnimation.Type
TooltipAnimation.NONE : No AnimationTooltipAnimation.FADE : Fade in and Fade OutTooltipAnimation.REVEAL : Circular Reveal. Center point would be Tip. If tip is not present,
center point would be where it's being anchored. This is supported for API 21 and above.TooltipAnimation.SCALE : Scale animation based on position of the tooltipTooltipAnimation.SCALE_AND_FADE : Scale and Fade animation