How to switch Tracked Dolly Mode to 3rd Person Follow Mode after reaching track destination?

Hello,

I am a beginner of Cinemachine. I am wondering is there any way to change camera tracking mode after reaching track destination? I would like to achieve a behavior like a camera slowly moving toward my character, and then I can rotate it around the character.

With Cinemachine we generally model each camera behaviour with a separate CinemachineVirtualCamera. So you would have one vcam doing the dolly, and then you activate the 3rdPerson vcam, allowing the CM brain to perform a smooth blend.

If the Dolly is just a linear movement, it might even be possible to replace the dolly cam with a static shot and then implement the camera move with a really long and slow blend to the 3rdPerson vcam.

Thank you very much.