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

Interface VelocityTracker

types/utils/VelocityTracker.d.ts:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 interface VelocityTracker extends VelocityTrackerStatic {
27 new(target: TweenTarget, properties?: string, type?: VelocityType, next?: VelocityTrackerInstance): VelocityTrackerInstance;
28 prototype: VelocityTrackerInstance;
29 register(core: typeof gsap): void;
30 }
31}
32
33declare const VelocityTracker: gsap.VelocityTracker;

Callers

nothing calls this directly

Implementers 11

_SplitTextesm/SplitText.js
CustomBouncesrc/CustomBounce.js
ScrollTriggersrc/ScrollTrigger.js
CustomWigglesrc/CustomWiggle.js
ScrollSmoothersrc/ScrollSmoother.js
_SplitTextsrc/SplitText.js
Draggablesrc/Draggable.js
Flipsrc/Flip.js
SplitTextsrc/SplitText.ts
CustomEasesrc/CustomEase.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…