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

Function zoomUp

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

Source from the content-addressed store, hash-verified

2401}
2402
2403function zoomUp(delta = 20, animation = false)
2404{
2405 zoomMove(0, delta, animation);
2406}
2407
2408function zoomDown(delta = 20, animation = false)
2409{

Callers

nothing calls this directly

Calls 1

zoomMoveFunction · 0.85

Tested by

no test coverage detected