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

Function _isObject

esm/ScrollTrigger.js:134–136  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

132 return typeof value === "number";
133},
134 _isObject = function _isObject(value) {
135 return typeof value === "object";
136},
137 _endAnimation = function _endAnimation(animation, reversed, pause) {
138 return animation && animation.progress(reversed ? 0 : 1) && pause && animation.pause();
139},

Callers 2

ScrollTrigger.jsFile · 0.70
_getScrollNormalizerFunction · 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…