AndrewShedov / Animated-dropdown-menu-in-react

Home Page:https://animated-dropdown-menu-in-react-andrewshedov.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animated dropdown menu in React using - onAnimationEnd

In this component, when creating animation, onAnimationEnd is used. onAnimationEnd is a handler for the animationEnd event, which is called when the CSS animation of an element ends. This component does not use third-party libraries for animation and when the menu is closed, it is not in the DOM.

For start:

npm install

npm run dev

About

https://animated-dropdown-menu-in-react-andrewshedov.vercel.app/

License:MIT License


Languages

Language:JavaScript 75.2%Language:CSS 20.2%Language:HTML 4.6%