Closed rickyhaswifi closed 1 year ago
Can we get support for when a user has 'prefers-reduced-motion' on their machine as a prop
<Fade prefersReducedMotion // optional boolean
Maybe it can just return child elements as if it were a fragment or a div.
Thank you!
I think it's applied to global styles: https://github.com/search?q=repo%3Amorellodev%2Freact-awesome-reveal%20reduce&type=code
It is already implemented, closing this
Can we get support for when a user has 'prefers-reduced-motion' on their machine as a prop
<Fade prefersReducedMotion // optional boolean
Maybe it can just return child elements as if it were a fragment or a div.
Thank you!