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

Function animateBefore

test/angular/1.3/angular-animate.js:1992–1998  ·  view source on GitHub ↗
(animationEvent, element, className, styles)

Source from the content-addressed store, hash-verified

1990 }
1991
1992 function animateBefore(animationEvent, element, className, styles) {
1993 if (animateSetup(animationEvent, element, className, styles)) {
1994 return function(cancelled) {
1995 cancelled && animateClose(element, className);
1996 };
1997 }
1998 }
1999
2000 function animateAfter(animationEvent, element, className, afterAnimationComplete, styles) {
2001 if (element.data(NG_ANIMATE_CSS_DATA_KEY)) {

Callers 2

animateFunction · 0.70
angular-animate.jsFile · 0.70

Calls 2

animateSetupFunction · 0.70
animateCloseFunction · 0.70

Tested by

no test coverage detected