The servo.write(angle) or servo.writeMicroseconds() functions tell the servo the absolute position to move the servo to. See the Servo library reference. The servo will move, at full speed, from the current position to the commanded position. If you want to slow the servo movement, you move it in small steps with a delay between steps. Google "arduino adjust servo speed" for ways to do that.
Please read the "how to use the forum-please read" stickies to see how to post the code so that people don't have to download it.