jasonkuhrt / react-popover

A smart popover component for React
600 stars 253 forks source link

#107 - fixed enter animation time #117

Closed zrwsk closed 7 years ago

zrwsk commented 7 years ago

Hi guys,

this PR is fixing #107 issue. enterExitTransitionDurationMs prop is now used also for initial container animation and tip animation is disabled if time is falsy.

Cheers Kuba

jasonkuhrt commented 7 years ago

@zrwsk Thanks!