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

Function progress

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

Source from the content-addressed store, hash-verified

480 //operation is called right away. DO NOT REFACTOR!
481 forEach(animations, function(animation, index) {
482 var progress = function() {
483 afterAnimationComplete(index);
484 };
485 switch(animation.event) {
486 case 'setClass':
487 cancellations.push(animation.fn(element, classNameAdd, classNameRemove, progress));

Callers

nothing calls this directly

Calls 1

afterAnimationCompleteFunction · 0.70

Tested by

no test coverage detected