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

Class CustomWiggle

src/CustomWiggle.js:104–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 };
103
104export class CustomWiggle {
105
106 constructor(id, vars) {
107 this.ease = _create(id, vars);
108 }
109
110 static create(id, vars) {
111 return _create(id, vars);
112 }
113
114 static register(core) {
115 gsap = core;
116 _initCore();
117 }
118
119}
120
121_getGSAP() && gsap.registerPlugin(CustomWiggle);
122

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…