MCPcopy Index your code
hub / github.com/angular-ui/ui-router / applyBlocking

Function applyBlocking

test/angular/1.7/angular-animate.js:1263–1271  ·  view source on GitHub ↗
(duration)

Source from the content-addressed store, hash-verified

1261 }
1262
1263 function applyBlocking(duration) {
1264 if (flags.blockTransition) {
1265 helpers.blockTransitions(node, duration);
1266 }
1267
1268 if (flags.blockKeyframeAnimation) {
1269 blockKeyframeAnimations(node, !!duration);
1270 }
1271 }
1272
1273 function closeAndReturnNoopAnimator() {
1274 runner = new $$AnimateRunner({

Callers 2

angular-animate.jsFile · 0.70
triggerAnimationStartFunction · 0.70

Calls 1

blockKeyframeAnimationsFunction · 0.70

Tested by

no test coverage detected