Decelerating to a nonzero velocity

Move functions currently work by accelerating to the desired velocity, traveling to the destination, then decelerating completely. Is there a way to chain two movel() functions so that the arm accelerates to the desired velocity, moves for a bit, and then decelerates to a non-zero speed to continue moving for a bit longer?