Slowing the movement rate of servo's

You specify the desired angle, the servo will aim at it at full speed.
You can move the servo at any speed by changing the angle little by little with the code and approaching the target angle.

There are many "servo speed control" tutorials, but it should be noted that many use delay().
With this type of implementation, the Arduino can't do anything else while moving the servo slowly.
It depending on the project, that may or may not be a problem.