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

Class CustomBounce

src/CustomBounce.js:129–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 };
128
129export class CustomBounce {
130
131 constructor(id, vars) {
132 this.ease = _create(id, vars);
133 }
134
135 static create(id, vars) {
136 return _create(id, vars);
137 }
138
139 static register(core) {
140 gsap = core;
141 _initCore();
142 }
143
144}
145
146_getGSAP() && gsap.registerPlugin(CustomBounce);
147

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…