MCPcopy Index your code
hub / github.com/angular-ui/ui-router / clearCacheAfterReflow

Function clearCacheAfterReflow

test/angular/1.3/angular-animate.js:1637–1645  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1635 var animationReflowQueue = [];
1636 var cancelAnimationReflow;
1637 function clearCacheAfterReflow() {
1638 if (!cancelAnimationReflow) {
1639 cancelAnimationReflow = $$animateReflow(function() {
1640 animationReflowQueue = [];
1641 cancelAnimationReflow = null;
1642 lookupCache = {};
1643 });
1644 }
1645 }
1646
1647 function afterReflow(element, callback) {
1648 if (cancelAnimationReflow) {

Callers 2

animateFunction · 0.70
angular-animate.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected