Documentation
    Preparing search index...

    Interface AnimationConfig

    interface AnimationConfig {
        loop?: boolean;
        name: string;
        src: string;
    }
    Index

    Properties

    Properties

    loop?: boolean
    name: string
    src: string