Script API - v1.19.70
    Preparing search index...

    Interface TitleDisplayOptionsBeta

    Contains additional options for displaying a title and optional subtitle.

    interface TitleDisplayOptions {
        fadeInSeconds: number;
        fadeOutSeconds: number;
        staySeconds: number;
        subtitle?: string;
    }
    Index

    Properties

    fadeInSeconds: number

    Fade-in time for the title and subtitle, in seconds.

    fadeOutSeconds: number

    Fade-out time for the title and subtitle, in seconds.

    staySeconds: number

    Amount of time for the title and subtitle to stay in place.

    subtitle?: string

    Optional subtitle text.