API Reference
Settings Reference
Global runtime settings, default values, and what each setting actually affects.
Settings Reference
Global settings are configured through stringTune.setupSettings(...).
Notable defaults
cursor-lerp: default runtime value is0.75timeout: default runtime value is900scrollDesktopMode: default runtime value issmoothscrollMobileMode: default runtime value issmooth
Important notes
StringLoadingreads loading timeout from runtime settings, not from astring-timeoutDOM attribute.- mobile scroll mode switching is width-based in the runtime, not a generic touch-device detector.
- settings are global; they are not a substitute for per-module declarative attributes.