Panel:AlphaTo
Description
Uses animation to transition the current alpha value of a panel to a new alpha, over a set period of time and after a specified delay.
Arguments
4 function callback
The function to be called once the animation finishes. Arguments are:
- table animData - The AnimationData that was used. See Structures/AnimationData
- Panel pnl - The panel object whose alpha was changed.