(success)
| 1648 | return runner; |
| 1649 | |
| 1650 | function onComplete(success) { |
| 1651 | animationClosed = true; |
| 1652 | applyOptions(); |
| 1653 | applyAnimationStyles(element, options); |
| 1654 | runner.complete(success); |
| 1655 | } |
| 1656 | |
| 1657 | function endAnimations(cancelled) { |
| 1658 | if (!animationClosed) { |
no test coverage detected