()
| 14 | _getStyleSaver, |
| 15 | _reverting, |
| 16 | _getGSAP = function _getGSAP() { |
| 17 | return gsap || typeof window !== "undefined" && (gsap = window.gsap) && gsap.registerPlugin && gsap; |
| 18 | }, |
| 19 | _round = function _round(value) { |
| 20 | return Math.round(value * 10000) / 10000; |
| 21 | }, |
no outgoing calls
no test coverage detected
searching dependent graphs…