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

Method isActive

src/gsap-core.js:1398–1403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1396 }
1397
1398 isActive() {
1399 let parent = this.parent || this._dp,
1400 start = this._start,
1401 rawTime;
1402 return !!(!parent || (this._ts && this._initted && parent.isActive() && (rawTime = parent.rawTime(true)) >= start && rawTime < this.endTime(true) - _tinyNum));
1403 }
1404
1405 eventCallback(type, callback, params) {
1406 let vars = this.vars;

Callers 8

onResizeFunction · 0.80
gsap-core.jsFile · 0.80
isTweeningFunction · 0.80
Flip.jsFile · 0.80
onResizeFunction · 0.80
getTweensOfMethod · 0.80
isTweeningMethod · 0.80
isFlippingMethod · 0.80

Calls 2

endTimeMethod · 0.95
rawTimeMethod · 0.80

Tested by

no test coverage detected