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

Function _isNotFalse

src/gsap-core.js:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 _isUndefined = value => typeof(value) === "undefined",
36 _isObject = value => typeof(value) === "object",
37 _isNotFalse = value => value !== false,
38 _windowExists = () => typeof(window) !== "undefined",
39 _isFuncOrString = value => _isFunction(value) || _isString(value),
40 _isTypedArray = (typeof ArrayBuffer === "function" && ArrayBuffer.isView) || function() {}, // note: IE10 has ArrayBuffer, but NOT ArrayBuffer.isView().

Callers 11

_inheritDefaultsFunction · 0.70
_createTweenTypeFunction · 0.70
endTimeMethod · 0.70
seekMethod · 0.70
restartMethod · 0.70
constructorMethod · 0.70
staggerFromMethod · 0.70
staggerFromToMethod · 0.70
_initTweenFunction · 0.70
constructorMethod · 0.70
exportRootFunction · 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…