Thread: Fading Textures
View Single Post
08-16-18, 03:27 AM   #5
VincentSDSH
Non-Canadian Luzer!
 
VincentSDSH's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2006
Posts: 350
Originally Posted by candrid View Post
Hm, perhaps. Is there a way in Lua perhaps? I'm uncomfortable with XML. Trying to stay simple.
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.
__________________
AddonsExecutive Assistant User Configurable To-Do ListLegible Mail Choose the Font for Your Mail
  Reply With Quote