You can use CSS html { scroll-behavior: smooth; }. or you can use JavaScript: // Scroll to specific values // scrollTo is the same window.scroll({ top: 2500 ...
確定! 回上一頁