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

Function unblockKeyframeAnimations

test/angular/1.2/angular-animate.js:1399–1405  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

1397 }
1398
1399 function unblockKeyframeAnimations(element) {
1400 var prop = ANIMATION_PROP;
1401 var node = extractElementNode(element);
1402 if(node.style[prop] && node.style[prop].length > 0) {
1403 node.style[prop] = '';
1404 }
1405 }
1406
1407 function animateRun(animationEvent, element, className, activeAnimationComplete) {
1408 var node = extractElementNode(element);

Callers 2

animateFunction · 0.85
angular-animate.jsFile · 0.85

Calls 1

extractElementNodeFunction · 0.70

Tested by

no test coverage detected