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
- Host: GitHub
- URL: https://github.com/react-native-training/react-animations
- Owner: react-native-training
- Created: 2017-08-05T19:34:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T23:47:34.000Z (over 8 years ago)
- Last Synced: 2025-04-07T00:51:18.609Z (12 months ago)
- Language: JavaScript
- Size: 106 KB
- Stars: 31
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)