react-portal-tooltip
react-portal-tooltip copied to clipboard
disable tooltip animation
Is it possible to disable the animation for showing up? So it just shows it directly instead of an animation.
This might help you:
https://romainberger.github.io/react-portal-tooltip/#/style
const style = {
style: {
transition: 'none',
},
};