Kaynağa Gözat

slow motion opening front cover

master
farhan 2 yıl önce
ebeveyn
işleme
4b89777c92
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      resources/views/digital-card.blade.php

+ 1
- 1
resources/views/digital-card.blade.php Dosyayı Görüntüle

104
                         // Smooth scroll using requestAnimationFrame
104
                         // Smooth scroll using requestAnimationFrame
105
                         function scrollStep() {
105
                         function scrollStep() {
106
                             if (currentScroll < targetScroll) {
106
                             if (currentScroll < targetScroll) {
107
-                                window.scrollTo(0, currentScroll += 5); // Adjust speed here (e.g., +=5)
107
+                                window.scrollTo(0, currentScroll += 1); // Adjust speed here (e.g., +=5)
108
                                 requestAnimationFrame(scrollStep);
108
                                 requestAnimationFrame(scrollStep);
109
                             }
109
                             }
110
                         }
110
                         }

Loading…
İptal
Kaydet