ryanhefner / react-scroll-trigger

📜 React component that monitors scroll events to trigger callbacks when it enters, exits and progresses through the viewport. All callback include the progress and velocity of the scrolling, in the event you want to manipulate stuff based on those values.
https://www.pkgstats.com/pkg:react-scroll-trigger
MIT License
129 stars 17 forks source link

Update README.md Missing div closing tag #147

Closed Taremeh closed 2 years ago

Taremeh commented 3 years ago

Just added a missing closing div tag to the code example.

ryanhefner commented 2 years ago

Thanks, @Taremeh