Whether the simulation is "done" at the given time.
@override bool isDone(double time) => (x(time) - _pixelSnapPosition).abs() <= tolerance.distance;