View Single Post
06-29-16, 02:31 PM   #6
n0t4h4cker
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Mar 2016
Posts: 5
I tried using the SetTo/SetFrom and didn't work, maybe I will re try and see if I did something wrong.

However I did manage to fix the issue by using
Code:
UIFrameFadeIn(frame, timeToFade, startAlpha, endAlpha)
function for the frame.
  Reply With Quote