So i want the UI to Fade certain elements when opening the Talent Frame, this may sound really weird, does anyone know how i can achieve this with macros? like for example is there a way to write something like:
/run UIParent:Hide();
but have it make an exception to certain frames or is this not possible?
You could achieve something like that by applying
https://wow.gamepedia.com/API_Region_SetIgnoreParentAlpha
to the frames you want to exclude from being faded. And then use UIParent:SetAlpha(0)
instead of Hide(). The downside is that you will still get mouse-over tooltips for the hidden frames.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.