/ReactPathMenu

Path Fly Out menu recreated using React Motion

Primary LanguageJavaScript

#ReactPathMenu

Read the tutorial here.

  • Components/APP.js uses <StaggeredMotion/> component to achieve the effect.
  • Components/APP_old.js uses setTimeout instead of <StaggeredMotion> to acheive the effect.

Demo

To run

  1. npm install
  2. npm start
  3. Open index.html in your favorite browser.