Timeline Studio API Documentation - v0.26.0
    Preparing search index...

    Параметры для стилизации субтитров

    interface StyleSubtitlesParams {
        style: {
            alignment?: "center" | "left" | "right";
            animation?: "slide" | "fade" | "typewriter" | "none";
            backgroundColor?: string;
            color?: string;
            fontFamily?: string;
            fontSize?: number;
            position?: "bottom" | "top" | "center";
        };
        subtitles: SubtitleItem[];
    }
    Index

    Properties

    Properties

    style: {
        alignment?: "center" | "left" | "right";
        animation?: "slide" | "fade" | "typewriter" | "none";
        backgroundColor?: string;
        color?: string;
        fontFamily?: string;
        fontSize?: number;
        position?: "bottom" | "top" | "center";
    }
    subtitles: SubtitleItem[]