#Draggable Animated Menu in React
Material UI style FAB - (Floating action button) with staggered animated children sub-menu items.
Components/APP.js
uses<StaggeredMotion/>
component to achieve the staggering effect.Components/APP_old.js
usessetTimeout
instead of<StaggeredMotion>
to acheive the effect staggering.
Demo - https://jp-fab.netlify.com/
npm install
npm start
- Open
index.html
in your browser.