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

Function progress

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

Source from the content-addressed store, hash-verified

728 //operation is called right away. DO NOT REFACTOR!
729 forEach(animations, function(animation, index) {
730 var progress = function() {
731 afterAnimationComplete(index);
732 };
733 switch (animation.event) {
734 case 'setClass':
735 cancellations.push(animation.fn(element, classNameAdd, classNameRemove, progress, options));

Callers

nothing calls this directly

Calls 1

afterAnimationCompleteFunction · 0.70

Tested by

no test coverage detected