Camera Movement Slowly towards the Player

Hi, I need to move the camera from top view to the player view slowly. How to do that?

The twenn system may help you.
https://docs.cocos.com/creator/manual/en/tween/tween-example.html

Thanks for the suggestion.