Thread: Fading Textures
View Single Post
08-16-18, 05:56 AM   #8
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
I can't see you calling :Play() anywhere in your code. Animations don't run automatically.
Lua Code:
  1. InstallerLogo.animation:Play()
Using the built-in UIFrameFadeIn/UIFrameFadeOut has potential to spread taint, because it's adding your frame to a tracking table.
__________________

Last edited by MunkDev : 08-16-18 at 05:59 AM.
  Reply With Quote