-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this project still active? #604
Comments
I've published a fork with latest (which supports v17) https://github.com/serprex/react-motion which is on npm as @serprex/react-motion edit: I've since removed react-motion as a dependency for openEtG, you may be interested in @korbav/react-motion, npm link, though make sure you're compatible with their continued fixes which may not be compatible with your code |
Thanks for your efforts, I have replaced React - Motion with your fork, which continues to be stable and gets me out of the console.log warning |
@serprex Thanks for making a React 17-compatible version! I'm interested in switching over to your fork. Can you enable issue on it? Also, I noticed that the NPM version is 0.6.1 but the github version is 0.6.0. Are there missing commits on github, or what? |
what else are people using instead of this lib nowadays for animation in react? |
@dcsan good old pure css transition and animations |
@serprex I feel like I'm being dense, but I'm having trouble finding your module.
the import as
or But I'm getting: Module not found: Can't resolve 'react-motion' in '/usr/local/home/dcollier/dev/kzen/client/src/pages/buckets'
how should I include the lib? Thanks! |
Note that it was straight forward for me to publish to npm, I'm only maintaining as much as necessary for https://etg.dek.im (openEtG since updated to not use react-motion, so npm package isn't necessary at all, but leaving it for those who are using it), if anyone has doubts they should create their own npm package of react-motion. I didn't do much besides update a few dependencies |
@chenglou Can you add some maintainers? |
Are there any alternatives? |
css transitions |
There are some warnings in my version of React (v17) which come from this library, but there doesn't appear to be any activity by the maintainers for quite some time now?
I would be happy to help, if it's a case of doing some general maintenance and GitHub admin?
The text was updated successfully, but these errors were encountered: