export interface NewAnimationOptions {
    loop: boolean;
    commands: string[];
    time: number;
}
