View Single Post
10-26-10, 08:38 AM   #1
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
UIFrameFadeIn finishFunc?

So can someone show me a working example of how to use UIFrameFadeIn with a function call at the end of the function?

From what the wiki is showing me I'm assuming it's something like this?

Code:
local f = CreateFrame("frame")
f.finishedFunc = function()
	--do things
end

UIFrameFadeIn(f, 3, 0, 1)
  Reply With Quote