(id)
| 402 | return tl; |
| 403 | }, |
| 404 | _getAnimationById = function _getAnimationById(id) { |
| 405 | return gsap.getById(id) || _independentRoot.getById(id) || id === _recordedRoot.vars.id && _recordedRoot; |
| 406 | }, |
| 407 | _initCore = function _initCore(core) { |
| 408 | gsap = core || _getGSAP(); |
| 409 |
no test coverage detected
searching dependent graphs…