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

https://github.com/react-native-training/react-animations

React Animations Implemented 5 ways
https://github.com/react-native-training/react-animations

Last synced: 11 months ago
JSON representation

React Animations Implemented 5 ways

Awesome Lists containing this project

README

          

# React Animations

#### React Animations implemented 5 ways

This repo goes along with [this](https://medium.com/@dabit3/react-animations-in-depth-433e2b3f0e8e) Medium post.

1. [CSS Animations](https://github.com/react-native-training/react-animations/tree/css-animations)

2. [JavaScript Animations](https://github.com/react-native-training/react-animations/tree/js-animations)

3. [React Motion](https://github.com/react-native-training/react-animations/tree/react-motion)

4. [Animated](https://github.com/react-native-training/react-animations/tree/animated)

5. [Velocity React](https://github.com/react-native-training/react-animations/tree/velocity-react)
6. [GreenSock](https://github.com/react-native-training/react-animations/tree/greensock)