cuiControlAnimator
A custom-built CuoreUI component.
An instance allows you to animate a control's Location and Opacity*1.
PlayAnimation()
is an asynchronomous Task!
Awaiting is not needed, but you can.
Methods
PlayAnimation()
IsAnimationFinished()
*1 Opacity is not a real thing for WinForms controls. CuoreUI uses a workaround by attaching to the target control's OnPaint method and painting over the target control with the target control's BackColor property.
Last updated