This article illustrates the compatibility of JS to achieve a better scrolling effect with the screen. Share to everyone for your reference, specific as follows:
The parameters in the code are interpreted as follows:
ID of the content you want to scroll
L The position of the horizontal axis is not written to cling to the right
T you want to put on the page in that position by default is the bottom 0 is affixed to the top edge
F 1 means that no write is fixed or 0 indicates scrolling.
This code scrolls without dithering, changing with the size of the screen
The screenshot of the running effect is as follows:
The online demo address is as follows:
http://demo.jb51.net/js/2015/js-scroll-follow-src-style-codes/
The specific code is as follows:
<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 transitional//en" >
I hope this article will help you with your JavaScript programming.