MCPcopy Create free account
hub / github.com/angular-ui/ui-router / clearElementAnimationState

Function clearElementAnimationState

test/angular/1.5/angular-animate.js:2739–2743  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

2737 }
2738
2739 function clearElementAnimationState(element) {
2740 var node = getDomNode(element);
2741 node.removeAttribute(NG_ANIMATE_ATTR_NAME);
2742 activeAnimationsLookup.remove(node);
2743 }
2744
2745 function isMatchingElement(nodeOrElmA, nodeOrElmB) {
2746 return getDomNode(nodeOrElmA) === getDomNode(nodeOrElmB);

Callers 1

queueAnimationFunction · 0.70

Calls 1

getDomNodeFunction · 0.70

Tested by

no test coverage detected