()
| 728 | //operation is called right away. DO NOT REFACTOR! |
| 729 | forEach(animations, function(animation, index) { |
| 730 | var progress = function() { |
| 731 | afterAnimationComplete(index); |
| 732 | }; |
| 733 | switch (animation.event) { |
| 734 | case 'setClass': |
| 735 | cancellations.push(animation.fn(element, classNameAdd, classNameRemove, progress, options)); |
nothing calls this directly
no test coverage detected