MCPcopy Create free account
hub / github.com/angular-ui/ui-router / applyBlocking

Function applyBlocking

test/angular/1.6/angular-animate.js:1285–1293  ·  view source on GitHub ↗
(duration)

Source from the content-addressed store, hash-verified

1283 }
1284
1285 function applyBlocking(duration) {
1286 if (flags.blockTransition) {
1287 blockTransitions(node, duration);
1288 }
1289
1290 if (flags.blockKeyframeAnimation) {
1291 blockKeyframeAnimations(node, !!duration);
1292 }
1293 }
1294
1295 function closeAndReturnNoopAnimator() {
1296 runner = new $$AnimateRunner({

Callers 2

angular-animate.jsFile · 0.70
triggerAnimationStartFunction · 0.70

Calls 2

blockTransitionsFunction · 0.70
blockKeyframeAnimationsFunction · 0.70

Tested by

no test coverage detected