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

Function onEnd

test/angular/1.2/angular-animate.js:1482–1490  ·  view source on GitHub ↗
(cancelled)

Source from the content-addressed store, hash-verified

1480 // there is no need to attach this internally to the
1481 // timeout done method.
1482 function onEnd(cancelled) {
1483 element.off(css3AnimationEvents, onAnimationProgress);
1484 element.removeClass(activeClassName);
1485 animateClose(element, className);
1486 var node = extractElementNode(element);
1487 for (var i in appliedStyles) {
1488 node.style.removeProperty(appliedStyles[i]);
1489 }
1490 }
1491
1492 function onAnimationProgress(event) {
1493 event.stopPropagation();

Callers 1

animateRunFunction · 0.70

Calls 2

animateCloseFunction · 0.70
extractElementNodeFunction · 0.70

Tested by

no test coverage detected