简体   繁体   中英

how to Redirect to a specific div on a different page with smooth scroll

I am learning to make a website and while implementing an anchor link on a recipes section with "read" button which is recipes section it redirecting successfully but the issue is how to make a smooth scroll happen?. Please find the link below https://ginzer2.imfast.io/ and this was made with bootstrap 3. Kindly help to achieve this one

See docs here

       const elem = document.querySelector('#element_id')
       elem.scrollIntoView({
          behavior: 'smooth',
          block: 'start'
        });

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM