1.0.2 • Published 5 years ago

use-scroll-to-reveal v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

use-scroll-to-reveal

React hook for using scroll to reveal components

NPM JavaScript Style Guide

Install

npm install --save use-scroll-to-reveal

Usage

import React, { useRef } from 'react'

import { useScrollToReveal } from 'use-scroll-to-reveal'

const Example = () => {
  const ref = useRef()
  const revealed = useScrollToReveal(ref)
  return (
    <MyCompnentThatAnimatesWhenRevealedIsTrue
      ref={ref} revealed={revealed}/>
  )
}

License

MIT © Hermanya