Property

LocalReduceMotion

CompositionLocal for global reduce-motion setting, which turns off animations and screen movements.

Source set: Android
public val LocalReduceMotion: ProvidableCompositionLocal<Boolean>

CompositionLocal for global reduce-motion setting, which turns off animations and screen movements. To use, call LocalReduceMotion.current, which returns a Boolean.

Last updated: