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

Primary LanguageCSSMIT LicenseMIT

##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, 1.1.5 and v1.2.

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.

Some of the animations are inspired by scroll.js.

##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