Capítulo 252 de 411
Stops velocity-tracking specific properties (or all properties) of a target that was previously tracked with track().
InertiaPlugin.track(obj, "x,y");
InertiaPlugin.untrack(obj, "x"); // stop tracking just x
InertiaPlugin.untrack(obj); // stop tracking everything on obj