Add per-bar action bar fade conditions - #1847
Open
Llusty wants to merge 1 commit into
Open
Conversation
Llusty
force-pushed
the
feat/actionbar-fade-clean
branch
from
September 1, 2026 15:58
2630155 to
7226be1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds an opt-in Advanced Fade system for individual action bars, built on top of the existing Action Bars fade/visibility behavior.
When Advanced Fade is disabled, the bar keeps the stock EllesmereUI 9.1.5 behavior. Enabling it adds per-bar controls for:
Bar Opacityslider steps while Advanced Fade is enabled (stock 5% steps are preserved while disabled)Fade conditions use OR semantics. Existing Visibility rules retain priority over Advanced Fade, including Mouseover visibility behavior.
The PR is based on the current EllesmereUI 9.1.5 Action Bars implementation, so the 9.1.5 Visibility behavior/fixes remain upstream and are not replaced by custom compatibility logic.
How was it tested?
Tested in-game on live with EllesmereUI 9.1.5. Regression coverage included:
MouseoverandMatch Any Conditionwith Skyriding hide rules/reloadAll of the above passed in-game testing.
Screenshots / Demo
In-game walkthrough of the current Advanced Fade options and behavior:
https://youtu.be/fJSAN2ECOhA
Checklist
HookScript/hooksecurefunconly, neverSetScripton Blizzard frames