https://github.com/maxhoffmann/angumate
simple animations for angular.js
https://github.com/maxhoffmann/angumate
Last synced: about 1 year ago
JSON representation
simple animations for angular.js
- Host: GitHub
- URL: https://github.com/maxhoffmann/angumate
- Owner: maxhoffmann
- Created: 2013-01-31T08:48:20.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-14T09:40:22.000Z (about 13 years ago)
- Last Synced: 2025-01-23T06:31:57.704Z (about 1 year ago)
- Language: JavaScript
- Homepage: maxhoffmann.github.com/angumate
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ANGUMATE v0.1
========
simple animations for angular.js
[maxhoffmann.github.com/angumate](http://maxhoffmann.github.com/angumate)
##Why should I use it?
- Use animations now
- Easy to setup
- Hardware accelerated
- No animations as fallback
- Small footprint
## Quick Setup
- [Download version 0.1](https://github.com/maxhoffmann/angumate/blob/master/angumate.min.js)
- include angumate in your html
- inject angumate in your routing module
- add angumate as promise to your routes
- add directives to your elements
##How does it work?
- Angumate listens for route changes
- styles are applied to directives
- if another route event is fired:
- one deferred is created for all animations
- which is resolved after animations have finished
##License
Angumate is licensed under [MIT License](http://opensource.org/licenses/MIT)