Transition Method

Visual LANSA Feature

Transition Method

DirectX Only

Transition is a method that animates the change from one component to another.

The controls specified in the To and From parameters are switched from Visible(True) to Visible(False) respectively.  The style of animation is dependent on the TransitionType property

For the best results, the two controls should occupy the same physical bounds.

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

If the animation is still running when the method is called again, the animation will reset and begin again.