View Single Post
08-27-13, 04:37 PM   #3
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Resike is correct. You can change whether the cooldown animation fills or empties via cooldown:SetReverse(true|false), but there is no API for changing which direction it goes (eg. fills clockwise, or fills counter-clockwise) or for changing its color.

If you want to see a custom cooldown model implementation, check OPie.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote