Camera zoom transition[SOLVED]

Hi
Is there a way of making the transition of the camera zoom action to go slower. Like a slow motion of the transition to make it smoother?

use tweens
tween a variable from the value it is to what you want.
then just set camera zoom to the variable.

Thanks for helping out. I managed to get it working by using camera zoom and adding a scene variable. Added two hit boxes where one changed the zoom out and the other zoomed back in. Looks smooth :grinning::partying_face: