https://github.com/deadcoder0904/expo-animations
Basic Animations in Expo
https://github.com/deadcoder0904/expo-animations
animations expo expo-animations
Last synced: 8 months ago
JSON representation
Basic Animations in Expo
- Host: GitHub
- URL: https://github.com/deadcoder0904/expo-animations
- Owner: deadcoder0904
- Created: 2019-07-05T15:18:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T18:50:07.000Z (over 3 years ago)
- Last Synced: 2025-01-14T13:18:25.922Z (about 1 year ago)
- Topics: animations, expo, expo-animations
- Language: JavaScript
- Size: 14.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# expo-animations
> Simple animations using Expo
Follow [this tutorial](https://medium.com/react-native-training/react-native-animations-using-the-animated-api-ebe8e0669fae) to build them.
Switch branches to get the following results.
# 01. Infinite Animations
See branch [01-infinite](../../tree/01-infinite-animations)

# 02. Easing
See branch [02-easing](../../tree/02-easing)

# 03. Spring
See branch [03-spring](../../tree/03-spring)

# 04. Parallel
See branch [04-parallel](../../tree/04-parallel)

# 05. Sequence
See branch [05-sequence](../../tree/05-sequence)

# 06. Stagger
See branch [06-stagger](../../tree/06-stagger)