Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/react-native-toolkit/react-native-animated-scroll
Animated scrollview to easily implement custom parallax scroll headers
https://github.com/react-native-toolkit/react-native-animated-scroll
Last synced: 1 day ago
JSON representation
Animated scrollview to easily implement custom parallax scroll headers
- Host: GitHub
- URL: https://github.com/react-native-toolkit/react-native-animated-scroll
- Owner: react-native-toolkit
- License: mit
- Archived: true
- Created: 2020-09-10T01:06:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T01:07:18.000Z (about 4 years ago)
- Last Synced: 2024-10-31T18:58:23.181Z (12 days ago)
- Language: TypeScript
- Size: 295 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-animated-scroll
Animated scrollview to easily implement custom parallax scroll headers
## Installation
```sh
npm install react-native-animated-scroll
```## Usage
```js
import AnimatedScroll from "react-native-animated-scroll";// ...
const result = await AnimatedScroll.multiply(3, 7);
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT