Per-call overrides for GameGrid.setZoom / GameGrid.clearZoom / convenience zoom methods.
grid.zoomQuadrant("se", { animate: true });grid.clearZoom({ animate: false }); Copy
grid.zoomQuadrant("se", { animate: true });grid.clearZoom({ animate: false });
Optional
Overrides IOptions.animateZoom for this call only.
Per-call overrides for GameGrid.setZoom / GameGrid.clearZoom / convenience zoom methods.
Example