Giter Club home page Giter Club logo

angular-fx's Introduction

720kb on github

angular-fx's People

Contributors

45kb avatar gitter-badger avatar wouldgo avatar

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

angular-fx's Issues

.ng-(fx)-start

[ng-].ng--start{
not working -> display:initial;
working -> display:inherit;
}

Scroll, in, out, up, down, left, right

TODO: slide animations

ng-slide-down=""
ng-slide-up=""
ng-slide-left=""
ng-slide-right=""

extra animations (away from animate.css) goes to angular-fx.css

More animations

animate.css is not the only one animations lib, we should use also add support for more libs maybe

in/out animation on same element

Hello,

Is there a way to provide an in and an out animation on the same element?

For example:

<div ngfx-fade-in="var == true" ngfx-fade-out-down="var == false">...</div>

Thanks!

options

ng-fx="{
'default':('hide' || 'show'),
'speed': ('slow' || 'fast' || 'medium')
};

OR

ng-fx-speed=""
ng-fx-default=""

Play animation multiple times

I'm adding the shake animation to a password modal, when the password is wrong it will shake, and this works great so far, however, when I try to submit the wrong password again, it won't shake a second time. What would be the process to get this to work?

So far I have this code

ngfx-shake="modal.wrongPassword"

And in my controller on a wrong password I have this

++vm.wrongPassword;

How can I get something that makes this fire the animation multiple times in a row without having to have some sort of timeout to reset the value after the animation is done

Shake not working

I found that

ngfx-shake="ctrl.someCondition"

Does not work, wheras

ngfx-bounce="ctrl.someCondition"

does work.

Looks like there is some statements missing in the helper css file perhaps as angular-fx.css does not contain any keywords matching ´shake´.

Not that big of a deal, just wasted quite some some as I thought I was missing some dependency or the like and debugged the shake directive to confirm that it was indeed triggered.

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.