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
I am not able to get the fade animation as described in the docs:
<Tooltip position="is-bottom" label="Open in Google Street View" type="is-info" size="is-small" animated>
<FontAwesomeIcon icon="street-view" />
</Tooltip>
The text was updated successfully, but these errors were encountered:
After taking a closer look, the animations are indeed there! But that's only 86ms, which is not so noticeable. I would recommend allowing the user to adjust the speed or maybe even the animation that will be applied.
saravanabalagi
changed the title
Tooltip Animations not working
Tooltip Animations too fast (86ms), allow user to adjust the speed, and if possible the type the animation too
Mar 31, 2021
This 86ms comes from the $speed variable from bulma. Even if I override it manually in my app, svelma would still pick $speed from @import 'node_modules/bulma/sass/utilities/all'. Code reference here.
Linking #75 and #87 as solving styling would solve the speed issue. There would still be the question of how to allow other transitions, something like fly from opposite direction will be very useful e.g fly from up for is-down tooltip.
I am not able to get the fade animation as described in the docs:
The text was updated successfully, but these errors were encountered: