Closed pjrharley closed 7 years ago
Despite the name, the enterExitTransitionDurationMs property only actually applies to the exit animation!
You can see that here in the code:
https://github.com/littlebits/react-popover/blob/v0.4.8/lib/index.js#L338
@pjrharley Hmmm yes that indeed seems to be the case! PR welcome for this.
Hi,
please check my PR above :)
Kuba
Fix released in https://github.com/littlebits/react-popover/releases/tag/0.4.11
Despite the name, the enterExitTransitionDurationMs property only actually applies to the exit animation!
You can see that here in the code:
https://github.com/littlebits/react-popover/blob/v0.4.8/lib/index.js#L338