cuiControlAnimator

A custom-built CuoreUI component.

An instance allows you to animate a control's Location and Opacity*1.

The animation will be played

  • Once the form is shown and AnimateOnStart is True

  • Once PlayAnimation(); is programatically called

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