-
Notifications
You must be signed in to change notification settings - Fork 19
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
Reanimated Reduced motion #128
Comments
would be nice to be able to customize reanimated animation options. Thank you 🙏 |
Hey @janroures Would you be open to create a PR? |
Hi @gunnartorfis thanks for your response, No, what I mean is that it would be nice to be able to assign the Reduced Motion values that reanimated already has built-in as a global or local prop of the toast, and have it modify the options of the withTiming, withSpring animations, etc. of the toast. Something like Hope I explained myself well!! |
I think you can already do this with ReduceMotionConfig |
Didn't know about this. Thank you!!! |
Hello, thanks for this amazing lib. I was wondering how to customize the reduced motion setting in reanimated. Animations won't work if we can't set reduceMotion: ReduceMotion.Never
The text was updated successfully, but these errors were encountered: