The animation used to show and hide the popup.

Usage

Set_Property(OLECtrlEntID, "OLE.Animation", OptionValue)

Values

OptionValue can be set to one of the following valid options:

ValueAbbr.Description
NoneNNo animation, show/hide immediately
FadeFFade In/Fade Out
SlideSSlide In/Out from Bottom
UnfoldUSlide In/Out from Bottom Right corner

Default: None

Remarks

The Animation property provides a means to customize how the popup appears. The default is "None", which shows and hides the popup immediately without any animation. You may choose between three other animation effects: "Fade", "Slide", and "Unfold".

Use the AnimationDelay property to set the animation timing.


Example

// Fade the popup in/out 
Set_Property(@Window:".OLE_POPUP", "OLE.Animation", "Fade")

See Also

AnimationDelay

  • No labels