Skip to content

Commit

Permalink
Merge pull request #8 from olarsson/next
Browse files Browse the repository at this point in the history
security fixes
  • Loading branch information
olarsson authored Dec 29, 2023
2 parents 31e53f9 + 67612ac commit aaf8bc6
Show file tree
Hide file tree
Showing 3 changed files with 620 additions and 1,413 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# react-scrollsy v1.1.10 ![](https://img.badgesize.io/olarsson/react-scrollsy/master/dist/react-scrollsy.es.js)
# react-scrollsy v1.1.12 ![](https://img.badgesize.io/olarsson/react-scrollsy/master/dist/react-scrollsy.es.js)

An ambitious light-weight react module written in TypeScript for tracking scroll progress in a performant way. Developed for use with spring based animation libraries such as react-spring, but can be used with or without any library.

Expand All @@ -23,7 +23,7 @@ Here is a very basic example that tracks the scroll progress of the document.
```js
import { ScrollTrackerDocument, ScrollTracker } from "react-scrollsy";

import type { ScrollData, ScrollObject } from "react-scrollsy/dist/types";
import { ScrollData, ScrollObject } from "react-scrollsy/dist/types";

import { useRef } from "react";

Expand Down
Loading

0 comments on commit aaf8bc6

Please sign in to comment.