scroll page down while button clicked in html code example
Example: scroll through page with javascript
window.scroll({
top: 0,
left: 0,
behavior: 'smooth'
});
window.scroll({
top: 0,
left: 0,
behavior: 'smooth'
});