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

Implemented by

Properties

Properties

enable: boolean
force: number
smooth: number