Code Pad
Code
List Code
Search Code
Images
List Images
Search Images
Login
Privacy
Home
smooth scroll to section js
jquery ui datepicker
js
styling css elements based on their attributes
css
animate background gradient css
css
linear gradient background with 3 colours
css
web storage testing
js
load a script based on a page condition variable
jquery
loop through elements and change the content using each and substr with jquery
jquery
mega menu testing
css
basic foundation grid layout
html
smooth scroll to section js
3:54 am, March 26, 2019
this javascript function scrolls the page smoothly to an anchor
Code
html
css
js
scripts
html
Scroll to Anchor
Some padding
Our Anchor to Scroll too
css
.some-padding { height:900px; }
js
function scroll_to_section() { document.querySelector('.anchor').scrollIntoView({ behavior: 'smooth' }); }
scripts
Download & Run
Download File
Run Demo
Re-load Preview
Preview
5RngM