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

    Interface ParallaxLayerOptions

    interface ParallaxLayerOptions {
        mirroring?: boolean;
        repeatSize?: Point;
        scrollOffset?: Point;
        scrollScale?: Point;
    }

    Hierarchy (View Summary)

    Index

    Properties

    mirroring?: boolean
    repeatSize?: Point
    scrollOffset?: Point
    scrollScale?: Point