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

Function animateAfter

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

Source from the content-addressed store, hash-verified

1998 }
1999
2000 function animateAfter(animationEvent, element, className, afterAnimationComplete, styles) {
2001 if (element.data(NG_ANIMATE_CSS_DATA_KEY)) {
2002 return animateRun(animationEvent, element, className, afterAnimationComplete, styles);
2003 } else {
2004 animateClose(element, className);
2005 afterAnimationComplete();
2006 }
2007 }
2008
2009 function animate(animationEvent, element, className, animationComplete, options) {
2010 //If the animateSetup function doesn't bother returning a

Callers 2

animateFunction · 0.70
angular-animate.jsFile · 0.70

Calls 3

animateRunFunction · 0.70
animateCloseFunction · 0.70
afterAnimationCompleteFunction · 0.70

Tested by

no test coverage detected