-
Notifications
You must be signed in to change notification settings - Fork 3.4k
$mdSideNav no longer animates in angular 1.4.4 #4152
Comments
I have the same issue with Angular Material 0.10.1 |
👍 |
👍 |
the animations seem more fluid in angular 1.3.x than in 1.4.x. Anyone else feels like this? |
@nestorneto although I didn't try with Angular 1.3.x, it's completely possible: ngAnimate was largely re-written in 1.4 and it may have introduced some performance issues for some modules I guess |
The Angular teams are working on improvements to ngAnimate and request animation frame optimizations. We hope to have these types of perf issues more fully addressed by start of next week. |
Thanks for the update @ThomasBurleson! |
@matsko Per your request, here is a codepen demonstrating the problem: http://codepen.io/topherfangio/pen/OVeNym |
@topherfangio 👍 I have the same issue too. |
I think the problem is somewhere in angular-animate 1.4.4 |
Yes, I believe the team is investigating some changes in 1.4.4 that might be causing the issue. It looks like there were quite a few updates, though, so it's possible we need to update the material component too. Hopefully we'll hear back soon about whether or not it's actually an issue in 1.4.4. |
I'm working on a fix right now. |
Sweet. Thanks @matsko! |
Thank you @matsko ! |
1.4.5 will fix the issue: http://codepen.io/yearofmoo/pen/aOeaYY |
@matsko - what was the commit that fixed this ? |
Not merged into master yet. Waiting for Igor to review angular/angular.js#12669 |
@matsko Is there any ETA for 1.4.5 release? |
Later today if all goes smoothly |
Just updated to 1.4.5 and animation is back |
No description provided.
The text was updated successfully, but these errors were encountered: