diff --git a/JAVASCRIPT/tr/1.js b/JAVASCRIPT/tr/1.js index 4e3b090..766b427 100644 --- a/JAVASCRIPT/tr/1.js +++ b/JAVASCRIPT/tr/1.js @@ -39,7 +39,7 @@ document.addEventListener('scroll', () => { const windowHeight = window.innerHeight; const totalHeight = document.body.scrollHeight; - const scrollPercent = scrollPosition*4.4 / (totalHeight - windowHeight); + const scrollPercent = scrollPosition*4.6 / (totalHeight - windowHeight); words.forEach((word, index) => { const wordOffset = index / words.length;