We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8722f75 commit 2fff484Copy full SHA for 2fff484
1 file changed
index.html
@@ -141,7 +141,7 @@ <h2 class="subtitle">Cosmic Inquiry Lab</h2>
141
const curve = document.getElementById('curve');
142
const slider = document.getElementById('slider');
143
const totalHeight = document.documentElement.scrollHeight - window.innerHeight;
144
- const speedFactor = 0.9;
+ const speedFactor = 1.15;
145
146
function updateSlider() {
147
const scrollY = window.scrollY;
0 commit comments