small adjustments

This commit is contained in:
tglide
2023-09-14 16:43:19 +01:00
parent 990f8bad96
commit 81d006661b
2 changed files with 220 additions and 213 deletions

View File

@@ -72,7 +72,7 @@
];
const animScale: Scale = [0, animations.length - 1];
const percentScale: Scale = [0.1, 0.8];
const percentScale: Scale = [0.1, 0.9];
const scrollHandler = createScrollHandler(
animations.map(({ mobile, desktop }, i) => {