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

Function blockKeyframeAnimations

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

Source from the content-addressed store, hash-verified

1384 }
1385
1386 function blockKeyframeAnimations(element) {
1387 extractElementNode(element).style[ANIMATION_PROP] = 'none 0s';
1388 }
1389
1390 function unblockTransitions(element, className) {
1391 var prop = TRANSITION_PROP + PROPERTY_KEY;

Callers 1

animateSetupFunction · 0.70

Calls 1

extractElementNodeFunction · 0.70

Tested by

no test coverage detected