react-portal-tooltip icon indicating copy to clipboard operation
react-portal-tooltip copied to clipboard

disable tooltip animation

Open sweebee opened this issue 7 years ago • 1 comments

Is it possible to disable the animation for showing up? So it just shows it directly instead of an animation.

sweebee avatar May 02 '18 09:05 sweebee

This might help you:

https://romainberger.github.io/react-portal-tooltip/#/style

const style = {
  style: {
    transition: 'none',
  },
};

ndelangen avatar Sep 13 '18 08:09 ndelangen