1.0.16 • Published 1 year ago

react-animate-scroll v1.0.16

Weekly downloads
7
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago