Skip to content

[FEAT REQ] Add animations to the tooltip #1077

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Lirak-f opened this issue Aug 2, 2023 · 2 comments · Fixed by #1078
Closed

[FEAT REQ] Add animations to the tooltip #1077

Lirak-f opened this issue Aug 2, 2023 · 2 comments · Fixed by #1078

Comments

@Lirak-f
Copy link

Lirak-f commented Aug 2, 2023

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

@gabrieljablonski
Copy link
Member

Thanks for the suggestion. #1078 implements this.

We'll close the issue when we do a new release.

@gabrieljablonski gabrieljablonski added the Awaiting merge Issue is fixed on a PR that will me merged soon. label Aug 2, 2023
@gabrieljablonski gabrieljablonski removed the Awaiting merge Issue is fixed on a PR that will me merged soon. label Aug 3, 2023
@gabrieljablonski
Copy link
Member

Tooltip now has the react-tooltip__show class on react-tooltip@v5.20.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants