bokuweb-sandbox / react-motion-menu

[DEPRECATED] 🍔 A spring animation menu component for React.
http://bokuweb.github.io/react-motion-menu/
MIT License
333 stars 45 forks source link

Extended React motion Menu #33

Closed hasibsahibzada closed 7 years ago

hasibsahibzada commented 7 years ago

We liked the React-motion-menu, because it is very easy to use and understandable. To give user more control over the menu, we have introduced some extra props for the MotionMenu component.

New Props

  1. bumpy: (bool): This prop controls if the menu Items should bump or open smoothly.
  2. openSpeed: (number): (miliseconds) This controls the speed of the menu while opening.
  3. reverse: (bool) : This controls if the menu should open in reverse order.
bokuweb commented 7 years ago

@hasibsahibzada thanks!! it looks great to me 👀 please fix items pointes out , and add new props description to README property.

hasibsahibzada commented 7 years ago

Thank you very much for your reviews and feedbacks.

bokuweb commented 7 years ago

@hasibsahibzada thanks!!

bokuweb commented 7 years ago

published as v0.4.0 🎉