Smooth translate

How to make translate run smoothly, as with lerp and position

camera.translateX( 1 )

Something like this

1 Like

I know how to smooth motion from one point to another, but in this case I need to use “translateX”

can’t you just use really small value to translate and check if statement for making it stop when it reaches the destination. that’s the easiest way I can think of