(animation)
| 985 | return result; |
| 986 | }, |
| 987 | _interrupt = function _interrupt(animation) { |
| 988 | _removeFromParent(animation); |
| 989 | |
| 990 | animation.scrollTrigger && animation.scrollTrigger.kill(!!_reverting); |
| 991 | animation.progress() < 1 && _callback(animation, "onInterrupt"); |
| 992 | return animation; |
| 993 | }, |
| 994 | _quickTween, |
| 995 | _registerPluginQueue = [], |
| 996 | _createPlugin = function _createPlugin(config) { |
no test coverage detected
searching dependent graphs…