A popup tooltip that appears when you hover over an element.
You can enable or disable the bounce effect by passing the isAnimating
prop. By default, the bounce effect is enabled.
You can adjust the stiffness of the bounce effect by passing the animationStiffness
prop. The higher the value the more bouncy the effect will be.
You can adjust the direction of the bounce effect by passing the animationFrom
prop. By default, the bounce effect is from the top. You can set it to left
, right
, top
, or bottom
.
You can disable the tooltip by passing the enabled
prop. By default, the tooltip is enabled.
You can delay the hint by passing the delay
prop. By default, the delay is 0.