Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kanitsharma/react-scrollnotify
- Owner: kanitsharma
- License: mit
- Created: 2017-07-25T20:07:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T14:17:49.000Z (about 7 years ago)
- Last Synced: 2024-10-12T22:54:05.112Z (about 1 month ago)
- Language: JavaScript
- Size: 995 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)