MCPcopy
hub / github.com/greensock/GSAP / _getGSAP

Function _getGSAP

esm/PhysicsPropsPlugin.js:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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},

Callers 2

_initCoreFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…