Revision Difference
Panel:AlphaTo#548123
<function name="AlphaTo" parent="Panel" type="classfunc">
<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.</description>
<realm>Client</realm>
<file line="263-L269">lua/includes/extensions/client/panel/animation.lua</file>⤶
<args>
<arg name="alpha" type="number">The alpha value (0-255) to approach.</arg>
<arg name="duration" type="number">The time in seconds it should take to reach the alpha.</arg>
<arg name="delay" type="number" default="0">The delay before the animation starts.</arg>
<arg name="callback" type="function">The function to be called once the animation finishes. Arguments are:
* <page>table</page> animData - The AnimationData that was used. See <page>Structures/AnimationData</page>
* <page>Panel</page> pnl - The panel object whose alpha was changed.</arg>
</args>
</function>