Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lambdahands/motion-transition-js
- Owner: lambdahands
- Created: 2016-02-01T16:49:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T16:52:58.000Z (almost 9 years ago)
- Last Synced: 2023-08-13T12:10:37.274Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 347 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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