Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lambdahands/motion-transition-js

A small helper module for using batch and delayed transitions in React.
https://github.com/lambdahands/motion-transition-js

Last synced: 5 days ago
JSON representation

A small helper module for using batch and delayed transitions in React.

Awesome Lists containing this project

README

        

# MotionTransition

A small helper module to allow chaining and timing transitions with React and the React Motion.

## Run

There's a small example in `src/app.js`. Included in the repository is an `index.html` and the
precompiled example files in the `__build__` directory. You can open `index.html` in your favorite
browser and see it in action.

# Build
1. In the directory, run: `npm install`
1. Next run: `npm run build`
1. Open `index.html` in your favorite browser