@moxijs/core - v0.3.4
    Preparing search index...

    Interface ParallaxBackgroundOptions

    interface ParallaxBackgroundOptions {
        autoscroll?: Point;
        camera?: Camera;
        scrollBaseScale?: Point;
        scrollIgnoreCameraZoom?: boolean;
        scrollOffset?: Point;
    }
    Index

    Properties

    autoscroll?: Point
    camera?: Camera
    scrollBaseScale?: Point
    scrollIgnoreCameraZoom?: boolean
    scrollOffset?: Point