(cancelled)
| 1480 | // there is no need to attach this internally to the |
| 1481 | // timeout done method. |
| 1482 | function onEnd(cancelled) { |
| 1483 | element.off(css3AnimationEvents, onAnimationProgress); |
| 1484 | element.removeClass(activeClassName); |
| 1485 | animateClose(element, className); |
| 1486 | var node = extractElementNode(element); |
| 1487 | for (var i in appliedStyles) { |
| 1488 | node.style.removeProperty(appliedStyles[i]); |
| 1489 | } |
| 1490 | } |
| 1491 | |
| 1492 | function onAnimationProgress(event) { |
| 1493 | event.stopPropagation(); |
no test coverage detected