MCPcopy Index your code
hub / github.com/ollm/OpenComic / zoomDown

Function zoomDown

scripts/reading.js:2408–2411  ·  view source on GitHub ↗
(delta = 20, animation = false)

Source from the content-addressed store, hash-verified

2406}
2407
2408function zoomDown(delta = 20, animation = false)
2409{
2410 zoomMove(0, -delta, animation);
2411}
2412
2413function zoomLeft(delta = 20, animation = false)
2414{

Callers

nothing calls this directly

Calls 1

zoomMoveFunction · 0.85

Tested by

no test coverage detected