1.0.16 • Published 2 years ago

react-animate-scroll v1.0.16

Weekly downloads
7
License
MIT
Repository
github
Last release
2 years ago

react-animate-scroll

A scroll component that animates elements when user scrolls downwards.

NPM JavaScript Style Guide

Install

npm install react-animate-scroll

Usage

import * as React from 'react'

import ReactAnimateScroll from 'react-animate-scroll'

class Example extends React.Component {
  render () {
    return (
      <ReactAnimateScroll direction="up" animateClasses="slideInUp">
        Lorem ipsum dolor sit amet consectetur adipisicing elit. Ea, laborum! Iste eius tenetur unde voluptate illo asperiores. Accusamus delectus est molestias consequuntur, ducimus perferendis, officiis quas neque aperiam ab voluptatibus.
      </ReactAnimateScroll>
    )
  }
}

License

MIT © geminstall23

1.0.16

2 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago