Control - FadeIn Method

Animate from invisible to visible

Member of Control (PRIM_CTRL)

Parameters

NameTypeData TypeDescription
Duration*Input (Optional)IntegerNumber of milliseconds to take to complete the animation
Delay*Input (Optional)IntegerNumber of milliseconds to wait before starting the animation

Details

FadeIn is an animation method that transitions a control's Opacity property from its current value to 100 over the specified duration.
 
When the animation completes the Visible property will be True.
 
Like all animations, it is executed in a separate thread allowing other processing to continue.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2