Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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