react-component/menu

Examples and documentation should use `motion` instead of `openAnimation`

multiwebinc opened this issue · 1 comments

The examples on the page http://react-component.github.io/menu/ and main documentation are outdated. The openAnimation property is no longer supported and produces the following warning:

Warning: Object type of openAnimation is removed. Please use motion instead.

I tried changing openAnimation to motion, but it doesn't appear to do anything.

Any updates on this? I referred rc-motion docs for implementation but it would be super helpful if we can get a demo using rc-motion