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

Function applyBlocking

lib/test/angular/1.4.3/angular-animate.js:1092–1100  ·  view source on GitHub ↗
(duration)

Source from the content-addressed store, hash-verified

1090 }
1091
1092 function applyBlocking(duration) {
1093 if (flags.blockTransition) {
1094 blockTransitions(node, duration);
1095 }
1096
1097 if (flags.blockKeyframeAnimation) {
1098 blockKeyframeAnimations(node, !!duration);
1099 }
1100 }
1101
1102 function closeAndReturnNoopAnimator() {
1103 runner = new $$AnimateRunner({

Callers 2

initFunction · 0.70
triggerAnimationStartFunction · 0.70

Calls 2

blockTransitionsFunction · 0.70
blockKeyframeAnimationsFunction · 0.70

Tested by

no test coverage detected