This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.5k
ngAnimate doesn't cache failed animations to avoid addClass/removeClass #14165
Closed
matsko opened this issue
Mar 3, 2016
· 0 comments
· Fixed by angular-indonesia/angular.js#159 or javascript-indonesias/angular.js#104
Closed
ngAnimate doesn't cache failed animations to avoid addClass/removeClass #14165
matsko opened this issue
Mar 3, 2016
· 0 comments
· Fixed by angular-indonesia/angular.js#159 or javascript-indonesias/angular.js#104
Comments
matsko
added a commit
to matsko/angular.js
that referenced
this issue
Mar 3, 2016
matsko
added a commit
to matsko/angular.js
that referenced
this issue
Mar 3, 2016
Applies to 1.4.x and 1.5.x and master Closes angular#14165 Closes angular#14166
matsko
added a commit
to matsko/angular.js
that referenced
this issue
Mar 3, 2016
Applies to 1.4.x and 1.5.x and master Closes angular#14165 Closes angular#14166
matsko
added a commit
to matsko/angular.js
that referenced
this issue
Mar 3, 2016
Applies to 1.4.x and 1.5.x and master Closes angular#14165 Closes angular#14166
Narretz
pushed a commit
to Narretz/angular.js
that referenced
this issue
May 18, 2018
…imation has no duration Background: ngAnimate writes helper classes to DOM elements to see if animations are defined on them. If many elements have the same definition, we can cache the definition and skip the application of the helper classes altogether. This helps particularly with large ngRepeat collections. Closes angular#14165 Closes angular#14166
Narretz
pushed a commit
to Narretz/angular.js
that referenced
this issue
Jun 25, 2018
…imation has no duration Background: ngAnimate writes helper classes to DOM elements to see if animations are defined on them. If many elements have the same definition, we can cache the definition and skip the application of the helper classes altogether. This helps particularly with large ngRepeat collections. Closes angular#14165 Closes angular#14166
3 tasks
Narretz
pushed a commit
to Narretz/angular.js
that referenced
this issue
Jul 3, 2018
…imation has no duration Background: ngAnimate writes helper classes to DOM elements to see if animations are defined on them. If many elements have the same definition, we can cache the definition and skip the application of the helper classes altogether. This helps particularly with large ngRepeat collections. Closes angular#14165 Closes angular#14166
Narretz
pushed a commit
to Narretz/angular.js
that referenced
this issue
Jul 4, 2018
…imation has no duration Background: ngAnimate writes helper classes to DOM elements to see if animations are defined on them. If many elements have the same definition, we can cache the definition and skip the application of the helper classes altogether. This helps particularly with large ngRepeat collections. Closes angular#14165 Closes angular#14166
Narretz
pushed a commit
that referenced
this issue
Jul 5, 2018
…imation has no duration Background: ngAnimate writes helper classes to DOM elements to see if animations are defined on them. If many elements have the same definition, and the same parent, we can cache the definition and skip the application of the helper classes altogether. This helps particularly with large ngRepeat collections. Closes #14165 Closes #14166 Closes #16613
This was referenced Jul 6, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Note: for support questions, please use one of these channels: https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#question. This repository's issues are reserved for feature requests and bug reports.
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:yBpEi4).
versions of Angular? Please also test with the latest stable and snapshot versions.
The text was updated successfully, but these errors were encountered: