IT Blog

  • Blog
  • Technology
    • Technology
    • Architecture
    • CMS
    • CRM
    • Web
    • DotNET
    • Python
    • Database
    • BI
    • Program Language
  • Users
    • Login
    • Register
    • Forgot Password?
  • ENEN
    • 中文中文
    • ENEN
Experience IT
In a World of Technology, People Make the Difference.
  1. Home
  2. Technology
  3. Web
  4. JavaScript
  5. Making web page scroll down automatically

Making web page scroll down automatically

2022-09-15 69 Views 0 Like 0 Comments

For better reading experience, we can make to page scroll down automatically with JavaScript bellow.

function pageScroll() {
    window.scrollBy(0,1);
}
setInterval(pageScroll,35);

In a page that you are reading, press F12 to reach developer panel, click on Console pane and paste the script above and hit enter key. Now the page is crolling down slowly while you are reading.

You could adjust the scroll speed to adapt your reading speed by changing the number of miliseconds in setInterval function call, the larger the number the slower the speed.

 339 total views,  4 views today

error
fb-share-icon
Tweet
fb-share-icon
IT Team
Author: IT Team

Tags: None
Last updated:2022-09-15

IT Team

This person is lazy and left nothing

Like
< Previous

Comments

Cancel reply
Chinese (Simplified) Chinese (Simplified) Chinese (Traditional) Chinese (Traditional) English English French French German German Japanese Japanese Korean Korean Russian Russian
Newest Hotspots Random
Newest Hotspots Random
Rich editor not working Making web page scroll down automatically Getting data from Dapper result All Unicode Chars How to keep and display contact form 7 data Common Regular Expressions
Controlling sidebar hide/show on post CrellySlider - make full width slider Show any data in DataTables in WordPress Restoring the Links Manager Fixing image issue in posts Useful sql script for SQL Server developers
Categories
  • Architecture
  • BI
  • C#
  • CSS
  • Database
  • DotNET
  • Hosting
  • HTML
  • JavaScript
  • PHP
  • Program Language
  • Python
  • Security
  • SEO
  • Technology
  • Web
  • Wordpress

COPYRIGHT © 2021 Hostlike IT Blog. All rights reserved.

This site is supported by Hostlike.com