(className)
| 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) { |