Trend Explorer
Recent download momentum
Estimated downloads/hour over observed intervals in the last 48 hours.
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.