commit 4163ac161fda620aa61b2a26ed84dfe48f47a4ba
parent 42e88ef3013d46065add010e05576766ec1f9482
Author: Hunter
Date:   Tue,  1 Apr 2025 00:11:11 -0400

cleanup

Diffstat:
M.gitignore | 5++---
Mindex.html | 2+-
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,3 +1 @@ -CLAUDE.md - -**/CLAUDE.local.md +CLAUDE.md +\ No newline at end of file diff --git a/index.html b/index.html @@ -1164,7 +1164,7 @@ scrollState.scrollAccumulator = scrollState.scrollAccumulator % scrollState.taskNavigationThreshold; } - // Apply friction to slow down momentum (adjust factor for feel) + // Apply friction to slow down momentum scrollState.momentum *= 0.6; // Continue animation