component-library
component-library copied to clipboard
Hamburger animations
Add a package of hamburger menu animations. Catch with design/ux about this first and survey at least 10 projects and galleries for inclusion. Animations should have a fast and slow option - discuss speed with design/UX.
Use aria-controls for style rules to force a11y usage.
<button type="button" aria-controls="id-value">default</button>
<button type="button" aria-controls="id-value" aria-expanded="true">open state</button>