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

Function zoomLeft

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

Source from the content-addressed store, hash-verified

2411}
2412
2413function zoomLeft(delta = 20, animation = false)
2414{
2415 zoomMove(-delta, 0, animation);
2416}
2417
2418function zoomRight(delta = 20, animation = false)
2419{

Callers

nothing calls this directly

Calls 1

zoomMoveFunction · 0.85

Tested by

no test coverage detected