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

Function clearElementAnimationState

lib/test/angular/1.5.0/angular-animate.js:2706–2710  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

2704 }
2705
2706 function clearElementAnimationState(element) {
2707 var node = getDomNode(element);
2708 node.removeAttribute(NG_ANIMATE_ATTR_NAME);
2709 activeAnimationsLookup.remove(node);
2710 }
2711
2712 function isMatchingElement(nodeOrElmA, nodeOrElmB) {
2713 return getDomNode(nodeOrElmA) === getDomNode(nodeOrElmB);

Callers 1

queueAnimationFunction · 0.70

Calls 1

getDomNodeFunction · 0.70

Tested by

no test coverage detected