You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Closes #9502- **ngAnimate:** due to [667183a8](https://github.com/angular/angular.js/commit/667183a8c79d6ffce571a2be78c05dc76503b222),
148
-
149
-
150
-
The $animate class API will always defer changes until the end of the next digest. This allows ngAnimate
151
-
to coalesce class changes which occur over a short period of time into 1 or 2 DOM writes, rather than
152
-
many. This prevents jank in browsers such as IE, and is generally a good thing.
153
-
154
-
If you're finding that your classes are not being immediately applied, be sure to invoke $digest().
0 commit comments