nozzle / nzAnimate

Sickly simple animations for AngularJS -
http://nozzle.github.com/nzAnimate
MIT License
84 stars 8 forks source link

Stagger animations no longer work on Chrome #11

Open GFoley83 opened 9 years ago

GFoley83 commented 9 years ago

Stagger animations no longer work on Chrome. Tested at the demo page: http://nozzle.github.io/nzAnimate/ On Chrome 42 for Windows 8.1 and OS X Yosemite.

tannerlinsley commented 9 years ago

It looks like the ng-EVENT-stagger classes aren't even being added to the repeat elements. Can you confirm?

GFoley83 commented 9 years ago

@tannerlinsley Yep, can confirm. The .ng-enter-stagger and.ng-leave-stagger classes are not getting added any more.

tannerlinsley commented 9 years ago

That is what's breaking it. Could be something wrong with the angular version I'm using. On Sun, May 17, 2015 at 9:09 PM Gavin Foley notifications@github.com wrote:

@tannerlinsley https://github.com/tannerlinsley Yep, can confirm. The .ng-enter-stagger and.ng-leave-stagger classes are not getting added any more.

— Reply to this email directly or view it on GitHub https://github.com/nozzle/nzAnimate/issues/11#issuecomment-102905769.

GFoley83 commented 9 years ago

Submitted a pull request with a fix for the broken stagger animation: #15