interface LightAnimationData {
    intensity: number;
    reverse: boolean;
    speed: number;
    type: string;
}

Properties

intensity: number

The intensity of the animation, a number between 1 and 10

reverse: boolean

Reverse the direction of animation.

speed: number

The speed of the animation, a number between 0 and 10

type: string

The animation type which is applied