Opacity effect on action buttons in cooldown.
Settings
Settings are available through the /cooldownfader and /cdf chat commands.
Usage:
/cooldownfader [name [value]]
| Name (case-sensitive) | Description | Default |
|---|---|---|
minDuration | CooldownFader ignores cooldowns with a duration lower or equal to this value | 1.5 seconds |
minAlpha | Minimal opacity of a faded button : 0 = fully transparent, 1 = fully opaque | 0.15 (15%) |
maxAlpha | Maximal opacity of a faded button : 0 = fully transparent, 1 = fully opaque | 1 (100%) |
effectDuration | Duration of the finishing animation. | 5 seconds |
A small explanation about effectDuration : if effectDuration is set to 5 seconds and the cooldown duration is 20 seconds, the button will be faded during (20-5) = 15 seconds and will start to come back 5 seconds before the cooldown ends.

