0.0.6 • Published 1 year ago

auto-scroll-page v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

install

npm install auto-scroll-page

use

import React from "react";
import Scroll from "auto-scroll-page";
import Page from "./Components/index";

function App() {
  return (
    <div className="App">
      <Scroll size={10} speed={2} autoSpeed={4}>
        <Page />
      </Scroll>
    </div>
  );
}
export default App;

Size

If size 10, speed 2 and autospeed 4

Speed

If size 40, speed 10 and autospeed 4

Auto-Speed

If size 10, speed 2 and autospeed 10

Profile

SK - Web version of Auto scroll page

               

License

ISC