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

Function clearElementAnimationState

lib/test/angular/1.4.3/angular-animate.js:2354–2358  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

2352 }
2353
2354 function clearElementAnimationState(element) {
2355 var node = getDomNode(element);
2356 node.removeAttribute(NG_ANIMATE_ATTR_NAME);
2357 activeAnimationsLookup.remove(node);
2358 }
2359
2360 function isMatchingElement(nodeOrElmA, nodeOrElmB) {
2361 return getDomNode(nodeOrElmA) === getDomNode(nodeOrElmB);

Callers 2

queueAnimationFunction · 0.70
examineParentAnimationFunction · 0.70

Calls 1

getDomNodeFunction · 0.70

Tested by

no test coverage detected