Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kanitsharma/react-scrollnotify

Easily detect components when they appear on viewport
https://github.com/kanitsharma/react-scrollnotify

Last synced: 20 days ago
JSON representation

Easily detect components when they appear on viewport

Awesome Lists containing this project

README

        

# React Scroll Notify

A lightweight react wrapper that detects when your component enters the viewport, fires a function passed as prop and add animations to it!

### Now you can animate components by passing your animation class or animate.css classes as prop

## Installation

* `yarn add react-scrollnotify`

or

* `npm install react-scrollnotify --save`

or

* Include `dist-modules/index.js`

## Usage

```js
import { Notify } from 'react-scrollnotify';
.
.
.

...

```

## Props

### onvisible
### animation

## Feel free to report the issues in github.
## Leave me a star if you think it’s cool!

[View Demo](https://kanitsharma.github.io/react-scrollnotify/)