How to add disappear class for animate? #1103
Answered by gabrieljablonski
victorpavlenko asked this question in Q&A
-
| I can work with .react-tooltip__show for appear animation, any ideas how to add disappear class? |
Beta Was this translation helpful? Give feedback.
Answered by gabrieljablonski Oct 23, 2023
Replies: 1 comment 2 replies
-
| This will depend on what you're trying to accomplish. If you have a look at the docs about the tooltip styling, you'll see more details about how it works internally. The default fade-in animation is done with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Due to a slight design limitation on the tooltip, it is not easy to do a "closing animation", since the tooltip closes instantly when you hover out of it. I've opened the feature request #1105 to track this.