Skip to content

textmode.js / loading / LoadingScreenOptions

Interface: LoadingScreenOptions

Options for configuring the loading screen.

Properties

PropertyTypeDescription
transition?"none" | "fade"Transition mode for loading completion. Default is 'fade'. Use 'none' to skip the fade (treated as transitionDuration: 0).
transitionDuration?numberFade duration in milliseconds. Default is 500.