projects/core/theming/motion.ts
Read the app-wide motion signal in an injection context. The returned signal is writable, so injectMotion().set('reduced') collapses motion across the whole document reactively; set('auto') hands control back to the OS preference.
injectMotion().set('reduced')
set('auto')
injectMotion()
WritableSignal