react-tippy
react-tippy copied to clipboard
Animation prop ignored
Hello! Just tried using out of the box and animation totally ignored (stuck on perspective I think). Will investigate further but if anyone has encountered this please shout out.
Cheers!
<Tooltip animation="none" title="Welcome to React">
@makis-spy using a custom html only fade animation works.
Maybe it´s the same problem?
It seems to be using tippy v1, but in either case here is no animation 'none' option.
To make this work, you can remove the animation property, so it will set as default, but set the duration to 0.