CoLerp is a C# utility class alternative to SmoothDamp for creating code driven animations.
It uses the native AnimationCurve which gives you more control over the transitions, allowing you to for example, add a spring like effect.
It also uses time to set the duration of transitions, giving you exact control over how long transitions will take.
Documentation
Example Script