View Single Post
06-28-16, 01:50 PM   #3
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
SetChange has been removed in legion so it's probably best not to use it.

You can replace it with a1:SetFromAlpha(0) and a1:SetToAlpha(1), and add menuFrame.animation:SetToFinalAlpha(true) to keep its new value.
  Reply With Quote