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: about 2 months ago
JSON representation

Gesture-driven animation on the mobile web (React Conf 2019)

Lists

README

        

# Mobile First Animation in React


swipeable tabs


an animated drawer inspired by the Apple Music app


animated grid of images


dismissable email list




[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.