I have an object with 2 different path constraints to 2 different paths.
I made 2 animations. Animation A has the object follow path A. Animation B has the object follow path B.
In animation A I set the translate influence of path B to 0 and in animation B I set the influence of path A to 0.
I am trying to mix animation A and animation B. What I'd like to happen is that during the mix, the object transitions from its current position in path A to the position in path B that it should have depending on the duration of the mix.
What is happening is that at the start of the mix (A to B), the object is completing what's left of path A at lightspeed and then follows path B, at lightspeed too, until it reaches the desired position along path B and then continues animation B normally.
How can I make the object transition smoothly between the 2 paths without it completing the current path?
Thanks in advance for any help.