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

    Interface StyleTemplateElement

    interface StyleTemplateElement {
        animations: ElementAnimation[];
        element_type: StyleElementType;
        id: string;
        name: string;
        position: Position2D;
        properties: StyleElementProperties;
        size: Size2D;
        timing: ElementTiming;
    }
    Index

    Properties

    animations: ElementAnimation[]
    element_type: StyleElementType
    id: string
    name: string
    position: Position2D
    size: Size2D