react-tippy icon indicating copy to clipboard operation
react-tippy copied to clipboard

Animation prop ignored

Open makis-spy opened this issue 8 years ago • 2 comments

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 avatar Dec 09 '17 12:12 makis-spy

@makis-spy using a custom html only fade animation works.

Maybe it´s the same problem?

thiagocoelho avatar Dec 28 '17 22:12 thiagocoelho

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.

combizs avatar Jan 24 '18 19:01 combizs