bokuweb-sandbox / react-motion-menu

[DEPRECATED] 🍔 A spring animation menu component for React.
http://bokuweb.github.io/react-motion-menu/
MIT License
333 stars 45 forks source link

onClose event is not invoked #34

Closed tbolis closed 7 years ago

tbolis commented 7 years ago

I have set the onOpen and onClose events as follows but only the onOpen event is invoked the onClose is ignored

....
<MotionMenu
       margin={64}
       type="horizontal"
       openSpeed={20}
       bumpy={true}
       wing={false}
       reverse={true}
       onOpen={this._onMenuOpen}
       onClose={this._onMenuClose}>
....

Thanks

bokuweb commented 7 years ago

@tbolis thanks for your report. fixed. (v0.4.2)

tbolis commented 7 years ago

u are welcome thx for the fix