View Single Post
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