Back Forward
Lingo - Properties

Animation


Description:

Menu animation direction
Type:

string
Values:

"Vertically" - vertical animation
"Horizontally" - horizontal animation
"Both" - combined mode
"None" - no animation
Operations:

Read / Write
Example:
put member("StarMenu1").Animation
-- "Vertically"  
  
member("StarMenu1").Animation = "Horizontally"