This repository was archived by the owner on Nov 9, 2024. It is now read-only.
Regarding auto showing of tooltip #1161
Unanswered
ashwinsquadstack
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to show one tooltip automatically for 5 seconds when my user sees my page for the first time. I tried it by using visible prop and putting onMouseEnter and onMouseLeave listeners on the but because of this for the first time my tooltip gets visible but when I try to hover over and see the tooltip the next time, it gets close because of onMouseLeave listener and I am not able to scroll inside the tooltip content.
Is there any other way that without using visible prop I can show the tooltip for 5-6 seconds and after that normal behaviour without visible prop follows?
Beta Was this translation helpful? Give feedback.
All reactions