소스 검색

slow motion opening front cover

master
farhan 5 달 전
부모
커밋
4b89777c92
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      resources/views/digital-card.blade.php

+ 1
- 1
resources/views/digital-card.blade.php 파일 보기

@@ -104,7 +104,7 @@
104 104
                         // Smooth scroll using requestAnimationFrame
105 105
                         function scrollStep() {
106 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 108
                                 requestAnimationFrame(scrollStep);
109 109
                             }
110 110
                         }

Loading…
취소
저장