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

Function _missingPlugin

esm/gsap-core.js:89–91  ·  view source on GitHub ↗
(property, value)

Source from the content-addressed store, hash-verified

87 return (_installScope = _merge(scope, _globals)) && gsap;
88},
89 _missingPlugin = function _missingPlugin(property, value) {
90 return console.warn("Invalid property", property, "set to", value, "Missing plugin? gsap.registerPlugin()");
91},
92 _warn = function _warn(message, suppress) {
93 return !suppress && console.warn(message);
94},

Callers 3

CSSPlugin.jsFile · 0.90
_scrollTriggerFunction · 0.70
_addPropTweenFunction · 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…