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.04k stars 582 forks source link

Animation 'elastic' working without ids #489

Closed Eveieve closed 1 year ago

Eveieve commented 1 year ago

Adding 'elastic' animation for opening the sidebar is working without giving the element an ID and passing it to the menu component as the pageWrapId and outerContainerId props.

image

This is what I have

image

And the imported elastic animation works without it. If I'm not mistaken, I think the check mark could be removed for the animation.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.