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

Function clearElementAnimationState

test/angular/1.4/angular-animate.js:2714–2718  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

2712 }
2713
2714 function clearElementAnimationState(element) {
2715 var node = getDomNode(element);
2716 node.removeAttribute(NG_ANIMATE_ATTR_NAME);
2717 activeAnimationsLookup.remove(node);
2718 }
2719
2720 function isMatchingElement(nodeOrElmA, nodeOrElmB) {
2721 return getDomNode(nodeOrElmA) === getDomNode(nodeOrElmB);

Callers 1

queueAnimationFunction · 0.70

Calls 1

getDomNodeFunction · 0.70

Tested by

no test coverage detected