A library to auto scroll your page
npm install auto-scroll-page
```
npm install auto-scroll-page
`js
import React from "react";
import Scroll from "auto-scroll-page";
import Page from "./Components/index";
function App() {
return (

* I hope this photo gives you an idea of what "size" (size = {10}) means.
* Auto scroll page (auto-scroll-page) will run only if the mouse pointer comes inside the size area.
- The size area can be minimum 1 and maximum 50.
* Speed "speed" (speed = {2}) means the page scroll speed will increase only when the mouse moves within the size area.
- Speed can be minimum 2 and maximum 10000.
* Auto speed "autoSpeed" (autoSpeed={4})` means how fast the page will scroll when the mouse is inside the size area. And even if the pointer is inside the size area and not moving, the page will scroll.If size 10, speed 2 and autospeed 4

If size 40, speed 10 and autospeed 4

If size 10, speed 2 and autospeed 10


SK - Web version of Auto scroll page
ISC
---