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
* | 3. $animate waits for the next digest to start the animation | class="my-animation ng-animate" |
977
977
* | 4. the .ng-leave class is added to the element | class="my-animation ng-animate ng-leave" |
978
978
* | 5. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate ng-leave" |
979
-
* | 6. $animate blocks all CSS transitions on the element to ensure the .ng-leave class styling is applied right away | class="my-animation ng-animate ng-leave” |
979
+
* | 6. $animate blocks all CSS transitions on the element to ensure the .ng-leave class styling is applied right away | class="my-animation ng-animate ng-leave" |
980
980
* | 7. $animate waits for a single animation frame (this performs a reflow) | class="my-animation ng-animate ng-leave" |
981
-
* | 8. $animate removes the CSS transition block placed on the element | class="my-animation ng-animate ng-leave” |
981
+
* | 8. $animate removes the CSS transition block placed on the element | class="my-animation ng-animate ng-leave" |
982
982
* | 9. the .ng-leave-active class is added (this triggers the CSS transition/animation) | class="my-animation ng-animate ng-leave ng-leave-active" |
983
983
* | 10. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate ng-leave ng-leave-active" |
984
984
* | 11. The animation ends and all generated CSS classes are removed from the element | class="my-animation" |
* | 4. $animate runs the JavaScript-defined animations detected on the element | class="my-animation ng-animate" |
1023
1023
* | 5. the .ng-move class is added to the element | class="my-animation ng-animate ng-move" |
1024
1024
* | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate ng-move" |
1025
-
* | 7. $animate blocks all CSS transitions on the element to ensure the .ng-move class styling is applied right away | class="my-animation ng-animate ng-move” |
1025
+
* | 7. $animate blocks all CSS transitions on the element to ensure the .ng-move class styling is applied right away | class="my-animation ng-animate ng-move" |
1026
1026
* | 8. $animate waits for a single animation frame (this performs a reflow) | class="my-animation ng-animate ng-move" |
1027
-
* | 9. $animate removes the CSS transition block placed on the element | class="my-animation ng-animate ng-move” |
1027
+
* | 9. $animate removes the CSS transition block placed on the element | class="my-animation ng-animate ng-move" |
1028
1028
* | 10. the .ng-move-active class is added (this triggers the CSS transition/animation) | class="my-animation ng-animate ng-move ng-move-active" |
1029
1029
* | 11. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate ng-move ng-move-active" |
1030
1030
* | 12. The animation ends and all generated CSS classes are removed from the element | class="my-animation" |
* | 3. the .super-add class is added to the element | class="my-animation ng-animate super-add" |
1070
1070
* | 4. $animate waits for a single animation frame (this performs a reflow) | class="my-animation ng-animate super-add" |
1071
1071
* | 5. the .super and .super-add-active classes are added (this triggers the CSS transition/animation) | class="my-animation ng-animate super super-add super-add-active" |
1072
-
* | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate super-add" |
1073
-
* | 7. $animate waits for the animation to complete (via events and timeout) | class="my-animation super super-add super-add-active" |
1072
+
* | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate super super-add super-add-active" |
1073
+
* | 7. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate super super-add super-add-active" |
1074
1074
* | 8. The animation ends and all generated CSS classes are removed from the element | class="my-animation super" |
1075
1075
* | 9. The super class is kept on the element | class="my-animation super" |
1076
1076
* | 10. The returned promise is resolved. | class="my-animation super" |
* | 3. the .super-remove class is added to the element | class="my-animation super ng-animate super-remove" |
1104
1104
* | 4. $animate waits for a single animation frame (this performs a reflow) | class="my-animation super ng-animate super-remove" |
1105
1105
* | 5. the .super-remove-active classes are added and .super is removed (this triggers the CSS transition/animation) | class="my-animation ng-animate super-remove super-remove-active" |
1106
-
* | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation super ng-animate super-remove" |
1106
+
* | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate super-remove super-remove-active" |
1107
1107
* | 7. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate super-remove super-remove-active" |
1108
1108
* | 8. The animation ends and all generated CSS classes are removed from the element | class="my-animation" |
1109
1109
* | 9. The returned promise is resolved. | class="my-animation" |
* | 1. $animate.removeClass(element, ‘on’, ‘off’) is called | class="my-animation super off” |
1132
-
* | 2. $animate runs the JavaScript-defined animations detected on the element | class="my-animation super ng-animate off” |
1133
-
* | 3. the .on-add and .off-remove classes are added to the element | class="my-animation ng-animate on-add off-remove off” |
1134
-
* | 4. $animate waits for a single animation frame (this performs a reflow) | class="my-animation ng-animate on-add off-remove off” |
1135
-
* | 5. the .on, .on-add-active and .off-remove-active classes are added and .off is removed (this triggers the CSS transition/animation) | class="my-animation ng-animate on on-add on-add-active off-remove off-remove-active” |
1131
+
* | 1. $animate.setClass(element, 'on', 'off') is called | class="my-animation off" |
1132
+
* | 2. $animate runs the JavaScript-defined animations detected on the element | class="my-animation ng-animate off" |
1133
+
* | 3. the .on-add and .off-remove classes are added to the element | class="my-animation ng-animate on-add off-remove off" |
1134
+
* | 4. $animate waits for a single animation frame (this performs a reflow) | class="my-animation ng-animate on-add off-remove off" |
1135
+
* | 5. the .on, .on-add-active and .off-remove-active classes are added and .off is removed (this triggers the CSS transition/animation) | class="my-animation ng-animate on on-add on-add-active off-remove off-remove-active" |
1136
1136
* | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate on on-add on-add-active off-remove off-remove-active" |
1137
1137
* | 7. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate on on-add on-add-active off-remove off-remove-active" |
1138
1138
* | 8. The animation ends and all generated CSS classes are removed from the element | class="my-animation on" |
0 commit comments