Static method that starts tracking properties on a target and returns the VelocityTracker instance — the constructor-avoiding recommended way to begin tracking.
Code Examples
let tracker = VelocityTracker.track(obj, "x,y")[0];
Connects To
InertiaPlugin.track(): equivalent entry point most code uses instead.