usePrefersReducedMotion is a custom hook used to help detect the users motion
preference.
Learn more about the API and its backgrounds.
The usePrefersReducedMotion hook returns a boolean, indicating whether the
user prefers reduced motion.
Keep in mind this API relies on the users browser support of
window.matchMediaand will always returnfalseif it is not supported or does not exist (e.g. during serverside rendering).