Little project to set up animated navigation in Html, CSS and JavaScript.
The project goal:
- set up an active class for open-close icon in CSS to make the nav shrinks, the links rotated and ultimately disappear setting the opacity to zero
- add an Event Listener to the icon in JavaScript to toggle an active class
https://dribbble.com/shots/2427219-Header-Navigation-Day-053-dailyui
https://www.w3schools.com/howto/howto_js_toggle_class.asp
HTML5 / CSS3 / JavaScript