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

Function blockKeyframeAnimations

lib/test/angular/1.4.3/angular-animate.js:679–684  ·  view source on GitHub ↗
(node, applyBlock)

Source from the content-addressed store, hash-verified

677}
678
679function blockKeyframeAnimations(node, applyBlock) {
680 var value = applyBlock ? 'paused' : '';
681 var key = ANIMATION_PROP + ANIMATION_PLAYSTATE_KEY;
682 applyInlineStyle(node, [key, value]);
683 return [key, value];
684}
685
686function applyInlineStyle(node, styleTuple) {
687 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