Skip to content

[BUG] "reducedMotion" not implemented on <MotionConfig> #1502

@quantizor

Description

@quantizor

The documentation for framer-motion indicates that the MotionConfig provider component can take a property called reducedMotion that allows for global configuration of if motion animations should work or not depending on browser preference.

https://www.framer.com/docs/motion-config/#props

Looking at the code for the component, it appears this functionality was never actually implemented. The only way to customize motion behavior at the moment is the useReducedMotion hook, which works but is cumbersome to put in every single component.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions