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

Properties

type: string

The animation type which is applied

speed: number

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

intensity: number

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

reverse: boolean

Reverse the direction of animation.