menu icon indicating copy to clipboard operation
menu copied to clipboard

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

Open multiwebinc opened this issue 4 years ago • 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.

multiwebinc avatar Apr 12 '21 03:04 multiwebinc

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

tabrez96 avatar Feb 15 '23 17:02 tabrez96