weasel API - v0.8.0
    Preparing search index...

    Interface ParallaxOpts

    interface ParallaxOpts {
        anchor?: { x: number; y: number };
        pan: ScalarOrXY;
        zoom?: ScalarOrXY;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    anchor?: { x: number; y: number }
    zoom?: ScalarOrXY