mrwweb / clicky-menus

Simple click-triggered navigation submenus. Accessible and progressively enhanced.
MIT License
90 stars 15 forks source link

Include animations in demo #9

Closed 7Narwen closed 3 months ago

7Narwen commented 3 years ago

I feels stupid myself. You've noted that "using visibility instead of display allows for easier transitions and animation of submenus". So I've playing with your demo and trying to add animation/transition to icon and submenu, but I couldn't make it work. Could you please add some animation as example?

mrwweb commented 3 years ago

That's not a bad idea, but it might take a while.

For now, check out https://earthgenwa.org which is using this script and includes both animated submenu indicators and submenus.

And don't forget to respect @media( prefers-reduced-motion )!

7Narwen commented 3 years ago

Thank you for link! (My problem was in OS with disabled animation. Shame to me.)