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

Function kill

src/Physics2DPlugin.js:131–138  ·  view source on GitHub ↗
(property)

Source from the content-addressed store, hash-verified

129 }
130 },
131 kill(property) {
132 if (this.xp.p === property) {
133 this.skipX = 1;
134 }
135 if (this.yp.p === property) {
136 this.skipY = 1;
137 }
138 }
139};
140
141

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…