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

Function afterAnimationComplete

test/angular/1.3/angular-animate.js:717–724  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

715
716 var count = 0;
717 function afterAnimationComplete(index) {
718 if (cancellations) {
719 (cancellations[index] || noop)();
720 if (++count < animations.length) return;
721 cancellations = null;
722 }
723 allCompleteFn();
724 }
725
726 //The code below adds directly to the array in order to work with
727 //both sync and async animations. Sync animations are when the done()

Callers 2

progressFunction · 0.70
animateAfterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected