Capítulo 261 de 411

Chapter 261: VelocityTracker.track() (static)

Core Idea

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.