Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Control - FadeOut Method

Panel
bgColor#2c3c4c

Animate from visible to invisible

Member of Control (PRIM_CTRL)

Parameters

Name

Type

Data Type

Description

Duration

*Input (Optional)

Integer

Number of milliseconds to take to complete the animation

Delay

*Input (Optional)

Integer

Number of milliseconds to wait before starting the animation

Visible

*Input (Optional)

Boolean

Default - false. Value of the control Visible property at the end of the animation

Details

FadeOut is an animation method that transitions a control's Opacity property from its current value to 0 over the specified duration.

When the animation completes the Visible property will be False.

Like all animations, it is executed in a separate thread allowing other processing to continue.


See also

All Component Classes

Technical Reference