The 0-1 value in AnimateOnPath denotes the position on the path (start-end). As such, to make the camera smoothly slow down to the end, you need to adjust the curve to have it ease in. It is actually very simple 🙂 Here is an example:
[attachment file=”AnimateOnPathExample.png”]
And this is the result of the animation. Notice that the camera smoothly stops by the end.
[attachment file=”SmoothAnimateOnPath.gif”]
Please let me know if that works for you. If not I will try to come up with something else.