Contents

accessibilityPrefersCrossFadeTransitions

A Boolean value that indicates whether the Reduce Motion and the Prefer Cross-Fade Transitions settings are in an enabled state.

Declaration

var accessibilityPrefersCrossFadeTransitions: Bool { get set }

Discussion

If this property’s value is true, UI should avoid Slide animations and prefer Cross-Fade transitions instead

On macOS, this value returns solely whether the Reduce Motion setting is in an enabled state. On watchOS, this value always returns false.

See Also

Accessibility