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

Function isStructuralAnimation

test/angular/1.2/angular-animate.js:1374–1376  ·  view source on GitHub ↗
(className)

Source from the content-addressed store, hash-verified

1372 }
1373
1374 function isStructuralAnimation(className) {
1375 return className == 'ng-enter' || className == 'ng-move' || className == 'ng-leave';
1376 }
1377
1378 function blockTransitions(element, className, isAnimating) {
1379 if(isStructuralAnimation(className) || !isAnimating) {

Callers 1

blockTransitionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected