SThrobber¶
| Property | Type | Note | 
| Aka | String | Name for the widget | 
| Animate | String | Enum: SThrobber::EAnimation: Vertical, Horizontal, Opacity, VerticalAndOpacity, None, All | 
| ColorAndOpacity | Number Array, Length = 4 | Linear color values, for example:[0.5, 0.5, 0.5, 1] | 
| ForegroundColor | Number Array, Length = 4 | Linear color values, for example:[0.5, 0.5, 0.5, 1] | 
| NumPieces | Number |  | 
| ToolTipText | String |  | 
| Visibility | Enum: EVisibility: Visible, Collapsed, Hidden, HitTestInvisible, SelfHitTestInvisible, All |  | 
functions what can be called from ChameleonData¶
Examples¶
Example 1:
    "SThrobber":
    {
        "NumPieces": 3,
        "Animate": "VerticalAndOpacity"
    }