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

Function blockAnimations

test/angular/1.3/angular-animate.js:1988–1990  ·  view source on GitHub ↗
(node, bool)

Source from the content-addressed store, hash-verified

1986 }
1987
1988 function blockAnimations(node, bool) {
1989 node.style[ANIMATION_PROP + ANIMATION_PLAYSTATE_KEY] = bool ? 'paused' : '';
1990 }
1991
1992 function animateBefore(animationEvent, element, className, styles) {
1993 if (animateSetup(animationEvent, element, className, styles)) {

Callers 2

animateSetupFunction · 0.85
animateRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected