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

Function zoomRight

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

Source from the content-addressed store, hash-verified

2416}
2417
2418function zoomRight(delta = 20, animation = false)
2419{
2420 zoomMove(delta, 0, animation);
2421}
2422
2423function zoomMove(x = 0, y = 0, animation = false)
2424{

Callers

nothing calls this directly

Calls 1

zoomMoveFunction · 0.85

Tested by

no test coverage detected