I'm noticing that if I pause a fast moving `UIViewPropertyAnimator` it jumps back a frame which is... not great.
is there a way around that? am i doing something wrong? or just a tradeoff for the the way this api works?
(context: I have a box moving from one point on the screen to another, and on `touchesBegan` I pause the animator to "catch" the box. because of the frame jump, it then feels off)