Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgechev/angular-transitions
Pre-defined set of CSS3 transformation which can be used with ng-view, ui-view, ng-repeat, ng-show, ng-hide. Both the 1.1.5 and 1.2.0 APIs are supported.
https://github.com/mgechev/angular-transitions
Last synced: about 22 hours ago
JSON representation
Pre-defined set of CSS3 transformation which can be used with ng-view, ui-view, ng-repeat, ng-show, ng-hide. Both the 1.1.5 and 1.2.0 APIs are supported.
- Host: GitHub
- URL: https://github.com/mgechev/angular-transitions
- Owner: mgechev
- License: mit
- Created: 2013-10-12T08:53:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-12T12:15:37.000Z (almost 11 years ago)
- Last Synced: 2024-11-02T01:51:51.472Z (8 days ago)
- Language: CSS
- Homepage:
- Size: 379 KB
- Stars: 89
- Watchers: 8
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
##Introduction
AngularJS allows usage of awesome transitions by using CSS3. All we need to do is to define these transitions and declare where and when we want to use them.
There are differences between the APIs in the different versions of AngularJS.
You can see how you can use them in [v1.4](http://code.angularjs.org/1.1.4/docs/api/ng.directive:ngAnimate), [1.1.5](http://code.angularjs.org/1.1.5/docs/api/ng.directive:ngAnimate) and [v1.2](http://www.yearofmoo.com/2013/08/remastered-animation-in-angularjs-1-2.html).This repository contains a set of pre-defined AngularJS animations which you can just copy and paste in your project. Both 1.1.5 and 1.2 APIs are supported (so you can use them with ui-view too).
You can see a **[demo here](http://angular-transitions.mgechev.com/)**.Some of the animations are inspired by [scroll.js](http://lab.hakim.se/scroll-effects/).
##Contribute
Contributions are greatly appreciated! How you I help? There are few things which should be improved:
* Optimize the CSS
* Including new awesome animations!
* Include support for v1.1.4