Skip to content

Commit 2fff484

Browse files
committed
fix: adjust scroll speed factor in index.html for improved user experience
1 parent 8722f75 commit 2fff484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h2 class="subtitle">Cosmic Inquiry Lab</h2>
141141
const curve = document.getElementById('curve');
142142
const slider = document.getElementById('slider');
143143
const totalHeight = document.documentElement.scrollHeight - window.innerHeight;
144-
const speedFactor = 0.9;
144+
const speedFactor = 1.15;
145145

146146
function updateSlider() {
147147
const scrollY = window.scrollY;

0 commit comments

Comments
 (0)