CooldownReadyFlashDisabler

Action Bars 1 more category

Universally disables the "bling" flash animations on action buttons whenever cooldowns become ready

WoW 12.0.1 Needs Update

Trend Explorer

Recent download momentum

Estimated downloads/hour over observed intervals in the last 48 hours.

Latest interval 0 /h 1.01h observed interval · ending Sep 11, 10 AM
Peak estimate +1 /h 1h observed interval · ending Sep 9, 1 PM
Average estimate +0.021 /h Time-weighted · 47.5h covered of 48h

Lines connect interval estimates, not hourly measurements. Unobserved time is not counted as zero or extrapolated to now.

About this addon

What it does

This tiny addon universally disables the "bling" flash animations on action buttons whenever cooldowns become ready. The "bling" flash animations look to me like unnecessary glare that obscures the icons when I am playing a new class and learning its icons, so this addon improves visibility of your action buttons after each cooldown so you can see the entire button graphics more clearly.

Its entire code is the following:

for k,v in pairs(_G) do
    if type(v)=="table" and type(v.SetDrawBling)=="function" then
        v:SetDrawBling(false)
    end
end
hooksecurefunc(getmetatable(ActionButton1Cooldown).__index, 'SetCooldown', function(self)
    self:SetDrawBling(false)
end)

Thanks to nevcairiel and Semlar for helping me with its specific code.

Warning: This disables "bling" on the relevant Cooldown UIObject any time SetCooldown is called. This means that you won't be able to enable SetDrawBling without disabling this addon and reloading UI. It is good only for users who wish to never see the "bling" animation on any buttons.

At-a-glance numbers

Performance highlights

  • Peaked at Hot #4239 on Sep 8, 2026.
  • Peaked at Rising #5982 on Aug 12, 2026.
  • Featured on the Hot list across 5 distinct weeks.
  • Shipped 1 release in the last 30 days.
  • Averaging 2 new downloads per day over the past week.

Discover more

Keep exploring

Similar addons you might also want to check out.

More by BujuArena

Same creator, different utilities.

Similar in Action Bars

Comparable addons in the same lane.