SerenityJS
    Preparing search index...

    Interface TitleDisplayOptions

    interface TitleDisplayOptions {
        fadeInDuration?: number;
        fadeOutDuration?: number;
        stayDuration?: number;
        subtitle?: string;
    }
    Index

    Properties

    fadeInDuration?: number

    The time it takes for the title to fade in.

    fadeOutDuration?: number

    The time it takes for the title to fade out.

    stayDuration?: number

    The time the title should stay on the screen.

    subtitle?: string

    The subtitle to display.