Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aholachek/mobile-first-animation
Gesture-driven animation on the mobile web (React Conf 2019)
https://github.com/aholachek/mobile-first-animation
animation gestures mobile-first mobile-web reactjs
Last synced: 30 days ago
JSON representation
Gesture-driven animation on the mobile web (React Conf 2019)
- Host: GitHub
- URL: https://github.com/aholachek/mobile-first-animation
- Owner: aholachek
- Created: 2019-10-05T22:57:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T12:33:23.000Z (over 4 years ago)
- Last Synced: 2024-09-30T17:40:55.445Z (about 1 month ago)
- Topics: animation, gestures, mobile-first, mobile-web, reactjs
- Language: JavaScript
- Homepage:
- Size: 23 MB
- Stars: 2,060
- Watchers: 30
- Forks: 96
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - mobile-first-animation - driven animation on the mobile web (React Conf 2019) | aholachek | 1982 | (JavaScript)
README
# Mobile First Animation in React
[View this repo as a live demo in CodeSandbox.](https://codesandbox.io/s/github/aholachek/mobile-first-animation)
## React Conf 2019 Talk
This repo contains the source code of the demos for [this talk about mobile animation](https://www.youtube.com/watch?v=JDDxR1a15Yo&feature=youtu.be&t=10664).
[The interactive slides for the talk can be found here.](http://mobile-first-animation.netlify.com)
## Springs Playground
You can play with the [spring demo from the talk here.](https://spring-playground.netlify.com/)
## Notes:
- If you find any bugs or UI inconsistencies, please make an issue!
- These are animation demos and as such they are not production-ready UI code. They are not fully accessible, and don't have desktop variants.
- Adhering to animation best practices can ensure that animations perform acceptably on newer "average", sub-$200 devices. However, there are some devices (older or very inexpensive phones) that will have difficulties achieving minimally acceptable animation performance. Make sure to test your animations on the phones of your target audience before committing to add them.