component-library icon indicating copy to clipboard operation
component-library copied to clipboard

Hamburger animations

Open nicholasio opened this issue 4 years ago • 0 comments

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>

nicholasio avatar Feb 15 '21 12:02 nicholasio