interface IParallax {
    enable: boolean;
    force: number;
    smooth: number;
}

Implemented by

Properties

Properties

enable: boolean

This property is used to enable or disable the parallax effect.

force: number

This property is used to define the parallax force.

smooth: number

This property is used to define the parallax smoothness.