Linear tweening is a basic animation technique used in computer graphics and animation to create smooth transitions between two values over a specified duration. The term "tweening" comes from the word "inbetweening," which refers to the process of generating intermediate frames between two keyframes to create the illusion of motion.
### How Linear Tweening Works:
1. **Keyframes**: You start with two keyframes (initial and final states)


