camera.x += (target.x - camera.x) * pow(reductionpersecond,16/time_step)

target.x is the target camera position (0 in your example).
reductionpersecond is the percentage of the distance that should be covered each second.

Last edited by BigM; 12/14/08 01:44.