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

    Титр/текст

    interface Title {
        animation?: {
            duration: number;
            in: "slide" | "fade" | "typewriter" | "custom";
            out: "slide" | "fade" | "custom";
        };
        id: string;
        position: {
            anchor: | "center"
            | "top-left"
            | "top-right"
            | "bottom-left"
            | "bottom-right";
            x: number;
            y: number;
        };
        style: {
            backgroundColor?: string;
            color: string;
            fontFamily: string;
            fontSize: number;
            fontWeight: string;
            outline?: { color: string; width: number };
            shadow?: { blur: number; color: string; x: number; y: number };
        };
        text: string;
        type: "simple"
        | "animated"
        | "lower-third"
        | "credits";
    }
    Index

    Properties

    animation?: {
        duration: number;
        in: "slide" | "fade" | "typewriter" | "custom";
        out: "slide" | "fade" | "custom";
    }
    id: string
    position: {
        anchor:
            | "center"
            | "top-left"
            | "top-right"
            | "bottom-left"
            | "bottom-right";
        x: number;
        y: number;
    }
    style: {
        backgroundColor?: string;
        color: string;
        fontFamily: string;
        fontSize: number;
        fontWeight: string;
        outline?: { color: string; width: number };
        shadow?: { blur: number; color: string; x: number; y: number };
    }
    text: string
    type: "simple" | "animated" | "lower-third" | "credits"