by Remerico Cruz (4 Submissions)
Category: Miscellaneous
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)

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. :)