GithubHelp home page GithubHelp logo

ilp64 / react-page-scroller Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vikliegostaiev/react-page-scroller

0.0 0.0 0.0 10.83 MB

Simple React component for smoothy full-page scolling using CSS animations. React Page Scroller

Home Page: https://github.com/VikLiegostaiev/react-page-scroller

License: MIT License

JavaScript 100.00%

react-page-scroller's Introduction

React Page Scroller

Simple React component for smoothy full-page scolling.

Demo

You can scroll the page using mouse wheel, touch scroll or keyboard arrows.

Live demo: vikliegostaiev.github.io/react-page-scroller

To run demo app locally:

npm install
npm start

App will start on localhost:3000.

Installation

via npm:

npm install react-page-scroller --save

Usage

import ReactPageScroller from 'react-page-scroller';

Example is in demo/src.

Properties

Property Type Description Default Value
animationTimer number Animation duration in milliseconds 1000
animationTimerBuffer number Animation buffer timing 200
blockScrollUp bool block scroll up false
blockScrollDown bool block scroll down false
containerHeight number/string height of react-page-scroller element 100vh
containerWidth number/string width of react-page-scroller element 100vw
customPageNumber number external selected page, number of pages should start from 0, should be combined with pageOnChange usage (see example in demo/src/FullPage.js for more information). This prop was introduced as a replacement for "goToPage" method from legacy version
renderAllPagesOnFirstRender bool flag for render all pages at first render of component
transitionTimingFunction String CSS transition timing function name ease-in-out
handleScrollUnavailable function callback, is calling when someone tries to scroll over last or first child component
onBeforePageScroll function callback before page scroll occured (passes the index of next page in argument)
pageOnChange function callback after page was scrolled

Dependencies

react-page-scroller requires:

  • React
  • lodash
  • Prop Types

Legacy Properties

Property Type Description Default Value
animationTimer number Animation duration in milliseconds 1000
transitionTimingFunction String CSS transition timing function name ease-in-out
pageOnChange function callback on page scroll
goToPage function using with ref, go to selected page, number of pages must start from 0
scrollUnavailable function callback, is calling when someone tries to scroll over last or first child component
containerHeight number/string height of react-page-scroller element 100vh
containerWidth number/string width of react-page-scroller element 100vw
blockScrollUp bool block scroll up false
blockScrollDown bool block scroll up false

react-page-scroller's People

Contributors

andycoles avatar elliottjro avatar honeymaro avatar johhansantana avatar leonebacciu avatar mihaiserban avatar morozserge1st avatar nativedone avatar nitroux avatar potlid avatar vikliegostaiev avatar yunghog avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.