Capítulo 248 de 411
Animates a target to a natural stop based on momentum/velocity (a "throw" or "flick" feel), commonly paired with Draggable so a released drag continues decelerating realistically.
gsap.registerPlugin(InertiaPlugin);
gsap.to(obj, { inertia: { x: 500, y: -300 } });