Glue:Reference:States:InterpolateToState
Introduction The InterpolateToState method allows Entities and Screens to smoothly interpolate (also known as “tweening”) from one state to another over time. For example, you could set up two States for a Button Entity like “OffScreen” and “OnScreen”, where each State set the X variable of the Entity. Interpolating between States allows for easily making[…]