MCPcopy
hub / github.com/angular-ui/ui-router / clearCacheAfterReflow

Function clearCacheAfterReflow

test/angular/1.2/angular-animate.js:1167–1175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1165 var animationReflowQueue = [];
1166 var cancelAnimationReflow;
1167 function clearCacheAfterReflow() {
1168 if (!cancelAnimationReflow) {
1169 cancelAnimationReflow = $$animateReflow(function() {
1170 animationReflowQueue = [];
1171 cancelAnimationReflow = null;
1172 lookupCache = {};
1173 });
1174 }
1175 }
1176
1177 function afterReflow(element, callback) {
1178 if(cancelAnimationReflow) {

Callers 2

animateFunction · 0.70
angular-animate.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected