(Published under MIT license, see source for details)
ControlAnimations is an easy-to-use library for .NET Windows Forms that allows you to give any Control an animation for any property.
It's flexible and easy-to-use, it uses cubic ease in-out interpolation for very smooth transitions. You can transition any property of any Control (panels, buttons, textboxes) either in color or in value.
HOW TO USE
After importing Digaly.ControlAnimations, you use it as follows:
1. Define...