Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface TemplateElement {
        animations?: Animation[];
        id: string;
        name: { en: string; ru: string };
        position: { x: number; y: number };
        properties: ElementProperties;
        size: { height: number; width: number };
        timing: { end: number; start: number };
        type: "text" | "video" | "image" | "animation" | "shape" | "particle";
    }
    Index

    Properties

    animations?: Animation[]
    id: string
    name: { en: string; ru: string }
    position: { x: number; y: number }
    properties: ElementProperties
    size: { height: number; width: number }
    timing: { end: number; start: number }
    type: "text" | "video" | "image" | "animation" | "shape" | "particle"