You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Would like to be able to add animations to the tooltip when it is showing and hiding.
Describe the solution you'd like
Add a class name that indicates when tooltip is shown.
Describe alternatives you've considered
Replace module css with a simple class name that does not change
Additional context
Currently for shown class name, 'react-tooltip' uses module css that adds some hash class names '.core-styles-module_tooltip__3vRRp', that could change overtime and break the changes
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Would like to be able to add animations to the tooltip when it is showing and hiding.
Describe the solution you'd like
Add a class name that indicates when tooltip is shown.
Describe alternatives you've considered
Replace module css with a simple class name that does not change
Additional context
Currently for shown class name, 'react-tooltip' uses module css that adds some hash class names '.core-styles-module_tooltip__3vRRp', that could change overtime and break the changes
The text was updated successfully, but these errors were encountered: