interface ExtendedAnimationConfig {
    isOver?: boolean;
    repeat: boolean;
    switchDuration?: number;
    url: string;
}

Properties

isOver?: boolean
repeat: boolean
switchDuration?: number
url: string