-
Notifications
You must be signed in to change notification settings - Fork 448
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
Animation for tooltips that have data-balloon-visible
#136
Comments
I can't reproduce, are you sure you're not using the |
Ok, |
If you wanna contribute, I think you should look here. |
Yes, it's this part of the code that makes the tooltip show up. This behaviour is justified because it's the addition of the |
In one of my recents projects I used
data-balloon-visible
attribute through javascript for alert the user if there is any kinda of error on the form's inputs.I noticed that when the tooltip appear, there isn't any animation at all.
Step to reproduce:
Simply try to use a balloon tooltip with an
data-baloon-visible
setted through javascript.Expected Behavior
The tooltip came up with an animation
Real Behavior
There isn't any animation at all
The text was updated successfully, but these errors were encountered: