alexkatz / react-tiny-popover

A simple and highly customizable popover react higher order component with no other dependencies! Typescript friendly.
MIT License
454 stars 121 forks source link

transitionDuration prop is ignored if 0 #31

Closed iamnirav closed 2 years ago

iamnirav commented 5 years ago

If I pass in transitionDuration={0} it appears that it's treated the same as if it's not passed in at all (i.e., it uses the default .35).

dfadler commented 5 years ago

@iamnirav Try -Infinity

alexkatz commented 2 years ago

Hey, super late to this issue, but closed since transitionDuration api no longer exists.