You can use the "System: Scroll to position" action and the lerp expression to smoothly scroll the camera between positions.
Example: ScrollToLerp.capx (r99)
X: lerp(ScrollX, "X position you want to end up on", speed)
Y: lerp(ScrollY, "Y position you want to end up on", speed)