1.0.1 • Published 3 years ago

@marcuzgabriel/reanimated-burger-menu v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

TypeScriptReactJavascript

Morphing SVG hamburger menus

Easy customizable ham burger menus for react native and react native web based on react-native-redash and react-native-reanimated. https://marcuzgabriel.github.io/reanimated-burger-menu/

Props

<BurgerMenu
  type="boring" // -> string
  runAnimation={true} // -> Trigger effect to run animation without pressing the button
  onPress={(): any => undefined} // -> Animation runs together with callback
  color="black" // -> string
  scale={1} // -> number
  dimensions={24} // -> number
  itemOffset={10} // -> number
  animationDuration={250} // -> number
  waitForAnimation={{
    isReady: boolean, // -> Wait for another animation to be done. This help to control on press activity. Example will come soon.
  }}
/>