Cooldown:SetBlingDuration

From Warcraft Wiki
Jump to navigation Jump to search

Sets the duration of the bling animation played when the cooldown finishes.

Cooldown:SetBlingDuration(duration)

Arguments

duration
Number - duration of the bling animation in milliseconds.

Details

  • The bling animation plays when the cooldown (either for the ability as a whole, or for a charge of the ability) finishes.
  • This function only has an effect if the cooldown widget is currently playing the bling animation.
  • The default duration is approximately 1000ms.

Patch changes