• Stars
    star
    225
  • Rank 177,187 (Top 4 %)
  • Language
    CSS
  • Created over 11 years ago
  • Updated almost 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A driver module to make animate.css work with AngularJS 1.2

ngAnimate-animate.css Module

Requirements

AngularJS 1.2.3+ (it should also work with 1.2.0 and 1.2.1, but 1.2.2 does not work. Please use 1.2.3 or higher for best results).

Installation

  1. Prepare angular.js 1.2 into your application with the ngAnimate module
  2. Download and include animate.css into your webpage
  3. Include animate.js into your webpage
  4. Set ngAnimate-animate.css as a dependency inside of your application module.

You can also use bower:

# this should install v0.1.1 or higher
# and it should also include animate.css
bower install ngAnimate-animate.css --save

Usage

This plugin automatically registers simple CSS classes to all animations for animate.css within the AngularJS ngAnimate JavaScript animation API.

Once installed, animations can be performed by attaching the following CSS classes to an element.

Flip Animations

  • .dn-flip-x (runs flipInX for enter, move and show, runs flipOutX for leave and hide)
  • .dn-flip-y (runs flipInY for enter, move and show, runs flipOutY for leave and hide)

Fade Animations

  • .dn-fade (runs fadeIn for enter, move and show, runs fadeOut for leave and hide)
  • .dn-fade-up (runs fadeInUp for enter, move and show, runs fadeOutUp for leave and hide)
  • .dn-fade-down (runs fadeInDown for enter, move and show, runs fadeOutDown for leave and hide)
  • .dn-fade-left (runs fadeInLeft for enter, move and show, runs fadeOutLeft for leave and hide)
  • .dn-fade-right (runs fadeInRight for enter, move and show, runs fadeOutRight for leave and hide)
  • .dn-fade-up-big (runs fadeInUpBig for enter, move and show, runs fadeOutUpBig for leave and hide)
  • .dn-fade-down-big (runs fadeInDownBig for enter, move and show, runs fadeOutDownBig for leave and hide)
  • .dn-fade-left-big (runs fadeInLeftBig for enter, move and show, runs fadeOutLeftBig for leave and hide)
  • .dn-fade-right-big (runs fadeInRightBig for enter, move and show, runs fadeOutRightBig for leave and hide)

Bounce Animations

  • .dn-bounce (runs bounceIn for enter, move and show, runs bounceOut for leave and hide)
  • .dn-bounce-up (runs bounceInUp for enter, move and show, runs bounceOutUp for leave and hide)
  • .dn-bounce-down (runs bounceInDown for enter, move and show, runs bounceOutDown for leave and hide)
  • .dn-bounce-left (runs bounceInLeft for enter, move and show, runs bounceOutLeft for leave and hide)
  • .dn-bounce-right (runs bounceInRight for enter, move and show, runs bounceOutRight for leave and hide)

Rotate Animations

  • .dn-rotate (runs rotateIn for enter, move and show, runs rotateOut for leave and hide)
  • .dn-rotate-down-left (runs rotateInDownLeft for enter, move and show, runs rotateOutDownLeft for leave and hide)
  • .dn-rotate-down-right (runs rotateInDownRight for enter, move and show, runs rotateOutDownRight for leave and hide)
  • .dn-rotate-up-left (runs rotateInUpLeft for enter, move and show, runs rotateOutUpLeft for leave and hide)
  • .dn-rotate-up-right (runs rotateInUpRight for enter, move and show, runs rotateOutUpRight for leave and hide)

Other Animations

  • .dn-lightspeed (runs lightSpeedIn for enter, move and show, runs lightSpeedOut for leave and hide)
  • .dn-roll (runs rollIn for enter, move and show, runs rollOut for leave and hide)
  • .dn-hinge (runs fadeIn for enter, move and show, runs hinge for leave and hide)

More Repositories

1

angularjs-seed-repo

JavaScript
186
star
2

ngMidwayTester

JavaScript
118
star
3

angular-forms-refactor

JavaScript
75
star
4

AngularJS-Scope.SafeApply

AngularJS $scope.$apply() without the hassle and errors :)
JavaScript
70
star
5

AngularJS-Scope.onReady

a helper wrapper for AngularJS to keep controllers and directives in in-sync in regards to HTTP data.
JavaScript
68
star
6

custom-props

A cross-browser compatible solution for custom CSS styles
JavaScript
44
star
7

ng-tube

JavaScript
37
star
8

directive.js

JavaScript
31
star
9

Vim-Darkmate

A Vim version of the Gedit Darkmate theme
Vim Script
21
star
10

fitc-rtec-angularjs-demo

Ruby
16
star
11

Simple-S3

A super simple wrapper for uploading files to S3 using Ruby
Ruby
15
star
12

MooTools-onhashchange.js

cross browser window.onhashchange event listener
JavaScript
15
star
13

angular-scrapbook

JavaScript
11
star
14

hexo-angular-blog-example

CSS
10
star
15

okej

a bare-metal Result object implementation for TypeScript/JavaScript
TypeScript
9
star
16

Git-Concat

A small tool to concatenate files within a git repo directed by a manifest file
Ruby
9
star
17

angularjs-demo-cms-repo

JavaScript
9
star
18

yearofmoo.github.com

Yearofmoo's github page
CSS
7
star
19

Gistex

A vanilla JavaScript plugin to load and display Github Gist code snippets using AJAX
JavaScript
5
star
20

ng2tube

JavaScript
5
star
21

angular-ttc-app

JavaScript
5
star
22

MooTools-Formular

FormCheck + Form.Validator form validation
JavaScript
5
star
23

MooTools-Event.outerClick

A MooTools event for managing click events performed outside of an Element
JavaScript
4
star
24

angular-rails-seed

JavaScript
4
star
25

URL.Address

A vanilla JavaScript wrapper for URL addressing using HTML5 History, Hashbangs and Anchors
JavaScript
4
star
26

MooSelect

MooSelect is a full-fledged select, multiple select and autocomplete replacement for HTML forms.
JavaScript
4
star
27

Fx.CSS3

A patch designed to make MooTools run all Fx.CSS animations using CSS3 transitions
JavaScript
4
star
28

MooCaptcha

A simple MooTools Class wrapper for the Google Recaptcha AJAX Library
JavaScript
3
star
29

Fx.Rotate

A super optimized cross-browser MooTools rotation Fx plugin
JavaScript
3
star
30

meanstack-presentation

JavaScript
2
star
31

Git-Depend

A super easy way to manage dependencies for a repo without using submodules
Ruby
2
star
32

Fx.Swap

A collection of animated swapping operations for interchangeable HTML elements
JavaScript
2
star
33

fitc-angularjs-spotlight

Slides + Example code for the FITC "Adavnced UI, Plugins and Components in AngularJS" Talk on June 7th 2014
JavaScript
2
star
34

XView.js

A small html parsing tool for custom ajax responses
JavaScript
2
star
35

Searcher.js

A full-featured searching wrapper for various searching operations
JavaScript
2
star
36

MooTools-CursorLoader

An intuitive loading icon which follows the mouse when fired
JavaScript
2
star
37

MooTools-Asset.Extras

A series of helper methods for the MooTools Asset library
JavaScript
2
star
38

1xef.js

An advanced window manager for MooTools
JavaScript
2
star
39

MooTipsy

A dynamic tooltip solution for MooTools
JavaScript
2
star
40

MooTools-Asset.css-patch

A monkey patch class to add support for the onload and onerror events for Asset.css
JavaScript
2
star
41

Github.RepoStatus

2
star
42

MooTools-Scour

A simple utility class which maps html elements to DOM operations in a reusable fashion without the need for custom selectors.
JavaScript
2
star
43

XPartial.js

A simple partial loader complete with asset support
JavaScript
2
star
44

MooModal

My own personal Modal script
JavaScript
2
star
45

MooTools-Formular2

A new version of the MooTools-Formular plugin built atop the MooTools Form.Validator plugin
JavaScript
2
star
46

MooStars

A Star Rating system built with MooTools
JavaScript
2
star
47

MooTools-URI.Format

A simple extension which can be used for the URI class to set URL file formats
JavaScript
2
star
48

demos.yearofmoo.com

All the demo files for all the plugins on yearofmoo.com
JavaScript
2
star
49

XPage.js

A page wrapper for page to page AJAX requests written in MooTools
JavaScript
2
star
50

MooToggles

A simple wrapper for toggle elements written in MooTools
JavaScript
2
star
51

ngPagination

Easy to use pagination for AngularJS
1
star
52

HintLights

JavaScript
1
star
53

grunt-custom-props

JavaScript
1
star
54

fitc-rtec-angularjs-slides

JavaScript
1
star
55

ytCore.js

JavaScript
1
star
56

meanstack-seed-repo

JavaScript
1
star
57

ng-slides

A slidedeck written in AngluarJS
1
star