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

Interface PluginScope

types/gsap-plugins.d.ts:29–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 interface PluginScope {
30 [key: string]: any;
31 _props: string[];
32 _pt: PropTween;
33 add(...args: any[]): PropTween; // TODO: Add signature
34 name: string;
35 init: PluginInit;
36 kill: PluginKill;
37 render: PluginRender;
38 }
39
40 interface PluginStatic {
41 [key: string]: any;

Callers

nothing calls this directly

Implementers 6

Timelinesrc/gsap-core.js
Contextsrc/gsap-core.js
MatchMediasrc/gsap-core.js
FlipStatesrc/Flip.js
FlipBatchsrc/Flip.js
VelocityTrackersrc/utils/VelocityTracker.js

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…