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

Properties

Properties

loop?: boolean
name: string
src: string