negomi / react-burger-menu

:hamburger: An off-canvas sidebar component with a collection of effects and styles using CSS transitions and SVG path animations
http://negomi.github.io/react-burger-menu/
MIT License
5.05k stars 586 forks source link

before closing menu, add some animation #371

Closed behnazbgh closed 4 years ago

behnazbgh commented 4 years ago

Hi, how can I add some custom class name before the menu closes?

thanks for helping

FuadAliah commented 4 years ago

Same problem here, Any advise?

negomi commented 4 years ago

Hey @behnazbgh, there isn't a way to do this currently, only after the state change has already happened.

Can you give some more detail on what you're trying to achieve?

negomi commented 4 years ago

This recent change should solve your issue: https://github.com/negomi/react-burger-menu/pull/388