ReactPathMenu icon indicating copy to clipboard operation
ReactPathMenu copied to clipboard

Path Fly Out menu recreated using React Motion

#ReactPathMenu

Read the tutorial here.

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

Demo

  • New: https://rawgit.com/nashvail/ReactPathMenu/staggered-motion/public/index.html
  • Old: https://rawgit.com/nashvail/ReactPathMenu/staggered-motion/public/index_old.html

To run

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