projects/ui/toc/config/features.ts
Set the app-wide default scroll behaviour used when a link is activated. 'smooth' by default; the organism still swaps to 'auto' at runtime whenever prefers-reduced-motion: reduce matches, so this only chooses the motion-allowed behaviour.
'smooth'
'auto'
prefers-reduced-motion: reduce
provideTocConfig(withTocScrollBehavior('auto'));
withTocScrollBehavior(scrollBehavior: NonNullable)
NonNullable
CngxTocConfigFeature