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

Function blockKeyframeAnimations

lib/test/angular/1.8.0/angular-animate.js:337–342  ·  view source on GitHub ↗
(node, applyBlock)

Source from the content-addressed store, hash-verified

335}
336
337function blockKeyframeAnimations(node, applyBlock) {
338 var value = applyBlock ? 'paused' : '';
339 var key = ANIMATION_PROP + ANIMATION_PLAYSTATE_KEY;
340 applyInlineStyle(node, [key, value]);
341 return [key, value];
342}
343
344function applyInlineStyle(node, styleTuple) {
345 var prop = styleTuple[0];

Callers 3

closeFunction · 0.70
applyBlockingFunction · 0.70
playPauseFunction · 0.70

Calls 1

applyInlineStyleFunction · 0.70

Tested by

no test coverage detected