Changeset 3ccca13 in Klonkt for src/views/shell.ejs


Ignore:
Timestamp:
08/20/2026 11:22:51 AM (3 weeks ago)
Author:
Robin <roboburr@…>
Branches:
main
Children:
0490abe
Parents:
d9f60f4
Message:

Reader: tighten the snap catch zone to 12% of the viewport

Was 55%, which made sense when snapping still worked in both
directions; now that it only catches forward, that width felt like
being pulled while reading. 12% (~110px on a 910 screen) catches only
just before the line. Kept in step with the library's own
distanceThreshold — that one decides whether lenis/snap knocks at all.

Co-Authored-By: Claude Fable 5 <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

    rd9f60f4 r3ccca13  
    505505  // Eén nummer voor de hele map. Te vaak bumpen kost één download; te weinig
    506506  // bumpen kost een bugfix die nooit aankomt.
    507   var MOD_V = 48;
     507  var MOD_V = 49;
    508508
    509509  // name -> 1 (aan het laden) of de module-namespace (geladen). Een module
Note: See TracChangeset for help on using the changeset viewer.