Magnetic Ease to Null
Layer gradually eases toward a moving null like magnetic attraction.
Code
targ = thisComp.layer("Magnet").position;
var str = 0.15; // strength 0-1
value + (targ - value) * str;
followeasephysics
How to Use
Animate the "Magnet" null; child layers slowly catch up each frame.