
This code provides a way to smoothly tween a control from one location to another, much like Flash's ability to use motion tweens using keyframes.
Portions of the code was ported from the C# motion class project --> https://www.codeproject.com/csharp/tweencs.asp
After playing around with the C# version, I decided to port it into VB for the benefit of VB6 programmers. :)