Thread: Fading Textures
View Single Post
08-15-18, 10:31 PM   #2
VincentSDSH
Non-Canadian Luzer!
 
VincentSDSH's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2006
Posts: 350
UIFrameFadeIn()/Out() maybe? I use that in place of :Show()/:Hide() and it seems to work nicely.

Lua Code:
  1. UIFrameFadeIn(frame, timeToFade, startAlpha, endAlpha)
  2. UIFrameFadeOut(frame, timeToFade, startAlpha, endAlpha)
__________________
AddonsExecutive Assistant User Configurable To-Do ListLegible Mail Choose the Font for Your Mail
  Reply With Quote