Thread: Fading Textures
View Single Post
08-16-18, 04:47 AM   #6
candrid
Premium Member
 
candrid's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 61
Originally Posted by VincentSDSH View Post
Wha? UIFrameFadeIn() and UIFrameFadeOut() are function calls, you can call them from Lua or XML. Instead of frame:Show() you do UIFrameFadeIn(frame, timeToFade, startAlpha, endAlpha) and vice-versa.
Right, I figured that out a short while later. I thought I included that in my edit. Sorry that I did not.
  Reply With Quote