@marcuzgabriel/reanimated-burger-menu
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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.
  }}
/>

Readme

Keywords

none

Package Sidebar

Install

npm i @marcuzgabriel/reanimated-burger-menu

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

52.5 kB

Total Files

26

Last publish

Collaborators

  • marcuzgabriel