Home > @uniformdev/design-system > prefersReducedMotion

prefersReducedMotion() function

Prefers Reduced Motion Helper Function

Signature:

Parameters

Parameter

Type

Description

cssProp

"reduce" | "no-preference"

The prefers-reduced-motion value to match

Returns:

string

Compiled prefers reduced motion query e.g. \@media (prefers-reduced-motion: reduce)

Example