Thread Tools Display Modes
Prev Previous Post   Next Post Next
03-05-11, 05:29 PM   #1
Mock
A Black Drake
AddOn Author - Click to view addons
Join Date: May 2007
Posts: 83
Making a bar smooth

Hey there,

Working on an addon here, the point of it is to show when i will get the optimal amount out of cooldowns. But for the sake of the visual, I would love to know a way make it update smoothly. Could anyone give me a hand?

Basically i got this:

Code:
function NailOMeterBar:RunThrough()
	self:SetMinMaxValues(low, high)
	self:SetValue(np)
end
Looked trough the oUF smooth plugin but didn't really get much out of it

Any help would be greatly appreciated.
  Reply With Quote
 

WoWInterface » Developer Discussions » General Authoring Discussion » Making a bar smooth


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off