Example 1: how to smooth scroll in javascript window.scrollTo({ top: 900, behavior: 'smooth' }) Example 2: smooth scroll to id // Select all links with ...
確定! 回上一頁