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

Interface Vars

types/text-plugin.d.ts:2–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare namespace TextPlugin {
2 interface Vars {
3 value: string;
4 type?: string;
5 rtl?: boolean;
6 speed?: number;
7 delimiter?: string;
8 padSpace?: boolean;
9 newClass?: string;
10 oldClass?: string;
11 preserveSpaces?: boolean;
12 }
13}
14
15declare namespace gsap {

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…