Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animation doesn't fade out in angular 1.2.9 #37

Closed
cavarzan opened this issue Jan 16, 2014 · 5 comments
Closed

Animation doesn't fade out in angular 1.2.9 #37

cavarzan opened this issue Jan 16, 2014 · 5 comments
Labels

Comments

@cavarzan
Copy link

Hi!

I've updated my angular version to 1.2.9 today and I realize that the animation doesn't fadeOut... it seems that the latests changes on ngAnimate module broke some code into angular-loading-bar.

I'll take a look on the source soon but it's good to report if someone else want to take a look.

@chieffancypants
Copy link
Owner

Hmm, interesting -- I may need your help to track this down. I updated the example to use 1.2.9, and it didn't seem to make any impact, so it may be something in your implementation.

When you say it doesn't fade out, do you mean it just disappears immediately (without thge fade), or it stays onscreen forever?

@cavarzan
Copy link
Author

It stays on screen forever.
I'm thinking that may be something in my project, since I have another issues with ngShow and ngHide after this update...
But if you didn't have this problem, we can close this issue now. Thank you very much!

@chieffancypants
Copy link
Owner

np, please re-open if you find otherwise

@schmod
Copy link

schmod commented Jan 27, 2014

Possibly related to angular/angular.js#5886

@scarletsky
Copy link

Something interesting happened to me. I am using angular v1.3.0-beta.19 and restangular v1.4.0.
The loading-bar's fade-in and fade-out animation do not work. But the spinner's fade-in and fade-out animation work well. (I am using the default loading-bar.css).

Although the loading-bar's animation do not work, I can see the class modify in the developer tools in chrome, ng-animate -> ng-animate ng-enter -> ng-animate ng-enter ng-enter-active etc.

I have no idea about this issue. And I am not sure whether this is a bug of angular-loading-bar.
Any ideas or suggestion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants