virtual void Animate(
u32 option = 0
);
| Name | Description | |
|---|---|---|
| option | Option. Specifies lyt::AnimateOpt. |
Calculates animation results for all panes.
If ANIMATEOPT_NOANIMATEINVISIBLE is specified in option, this function omits the animation calculations for hidden panes (those with Pane::IsVisible() set to false) and for the panes under their children.
CONFIDENTIAL