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

Function onAnimationExpired

lib/test/angular/1.4.3/angular-animate.js:1260–1265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1258 }
1259
1260 function onAnimationExpired() {
1261 // although an expired animation is a failed animation, getting to
1262 // this outcome is very easy if the CSS code screws up. Therefore we
1263 // should still continue normally as if the animation completed correctly.
1264 close();
1265 }
1266
1267 function onAnimationProgress(event) {
1268 event.stopPropagation();

Callers

nothing calls this directly

Calls 1

closeFunction · 0.70

Tested by

no test coverage detected