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

Function unblockTransitions

test/angular/1.2/angular-animate.js:1390–1397  ·  view source on GitHub ↗
(element, className)

Source from the content-addressed store, hash-verified

1388 }
1389
1390 function unblockTransitions(element, className) {
1391 var prop = TRANSITION_PROP + PROPERTY_KEY;
1392 var node = extractElementNode(element);
1393 if(node.style[prop] && node.style[prop].length > 0) {
1394 node.style[prop] = '';
1395 }
1396 element.removeClass(NG_ANIMATE_BLOCK_CLASS_NAME);
1397 }
1398
1399 function unblockKeyframeAnimations(element) {
1400 var prop = ANIMATION_PROP;

Callers 2

animateFunction · 0.85
angular-animate.jsFile · 0.85

Calls 1

extractElementNodeFunction · 0.70

Tested by

no test coverage detected