@tamb/gamegrid
    Preparing search index...

    Interface IZoomOptions

    Per-call overrides for GameGrid.setZoom / GameGrid.clearZoom / convenience zoom methods.

    interface IZoomOptions {
        animate?: boolean;
    }
    Index
    animate?: boolean

    Overrides IOptions.animateZoom for this call only.