Coder Social home page Coder Social logo

nganimate's Introduction

##Change Log##

  • 2013/10/18 : Support ng-show, ng-hide feature.
  • 2013/10/17 : Fix the problems in angularjs 1.2.0-rc.3.

##About ngAnimate## ngAnimate is the best effect solution made for AngularJS.

ngAnimate only supports angularjs 1.2 - because it based on the AngularJS 1.2 extras ngAnimate.js module.

##Animations classes##

  • toggle
  • spin-toggle
  • slide-left
  • slide-right
  • slide-top
  • slide-down
  • bouncy-slide-left
  • bouncy-slide-right
  • bouncy-slide-top
  • bouncy-slide-down
  • scale-fade
  • scale-fade-in
  • bouncy-scale-in
  • flip-in
  • rotate-in
  • more if you have :)

##How to use?##

  1. Add ngAnimate.js first. (from angularjs1.2 extras)
  2. Add ng-animate.css to you website.
  3. Add animate class in html elements which you want have some effect.
  4. Done!

DEMO

http://augus.github.io/ngAnimate/

nganimate's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nganimate's Issues

Not maintained anymore? Broken for Angular versions above v1.2.0-rc.3

None of the animations work beyond version v1.2.0-rc.3. It's very unfortunate. I'm using v1.3 for one-time binding syntax {{ ::main.user.name }}.

I was wondering why none of the animations worked even when I reverted to the current stable version of 1.2.

I cloned the repo and tried it with this with CDN versions of 1.2 and 1.3 with no resolution. :(

ng-hide animation broken in firefox

I am using animate.css. I have following styles for animating a div with ng-hide.

.slide-down.ng-hide-remove {
    -webkit-animation: fadeInDown 0.5s;
    -moz-animation: fadeInDown 0.5s;
    -o-animation: fadeInDown 0.5s;
    animation: fadeInDown 0.5s;
}

.slide-down.ng-hide-add {
    -webkit-animation: fadeOutUp 0.5s;
    -moz-animation: fadeOutUp 0.5s;
    -o-animation: fadeOutUp 0.5s;
    animation: fadeOutUp 0.5s;
}

Unlike in chrome, .slide-down.ng-hide-add does not work in firefox while .slide-down.ng-hide-remove works fine.

_You can see it here._

Is there anything I am missing to make it work?

Update

I am using angularjs 1.3.9 and firefox 35.

ng-hide animation broken in firefox

I am using animate.css. I have following styles for animating a div with ng-hide.

.slide-down.ng-hide-remove {
    -webkit-animation: fadeInDown 0.5s;
    -moz-animation: fadeInDown 0.5s;
    -o-animation: fadeInDown 0.5s;
    animation: fadeInDown 0.5s;
}

.slide-down.ng-hide-add {
    -webkit-animation: fadeOutUp 0.5s;
    -moz-animation: fadeOutUp 0.5s;
    -o-animation: fadeOutUp 0.5s;
    animation: fadeOutUp 0.5s;
}

Unlike in chrome, .slide-down.ng-hide-add does not work in firefox while .slide-down.ng-hide-remove works fine.

Is there anything I am missing to make it work?

Examples

How to make it happen? It only says in the docs, to add two classes. But where?

Typo in the readme/project description

ngAnimate is best effect sulotion made for...

I am pretty sure it was meant to be solution.

As a side note you might want to also add a the such as:

ngAnimate is the best solution made for...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.