WeakAuras

WeakAuras

206M Downloads

The glow on an icon is animated in reverse when it first appears after a "/reload"

X-Zou opened this issue · 0 comments

commented

When a glow on an icon is showing up, its halo should firstly be a bit larger than the icon then shrinks to the same size as the icon.
After a "reload", this process is reversed: the halo starts as the size of the icon then expands to a bit larger.
This bug occurs only in the first appearance of the glow after the “reload”.
This animation will display correctly from the 2nd appearance.

Version 3.1.3
Retail

Related codes:
["conditions"] = {
["check"] = {
["trigger"] = 1,
["variable"] = "show",
["value"] = 1,
},
["changes"] = {
{
["value"] = true,
["property"] = "sub.1.glow",
}, -- [1]
},