Closed wkrueger closed 2 years ago
The opacity animation on castbar show causes a delay in perception of the cast start, which is a bit annoying. Also on issue #595.
I'm not very knowledgeable on WoW UI so I just changed the animation parameters here.
Gave a quick look on actually removing the animation but it seemed more complicated than what I'd like. Open to suggestions.
I set the duration to 0 on the animation, and added in some logic to FadeIn and FadeOut to just call SetAlpha for 0 duration cases
The opacity animation on castbar show causes a delay in perception of the cast start, which is a bit annoying. Also on issue #595.
I'm not very knowledgeable on WoW UI so I just changed the animation parameters here.
Gave a quick look on actually removing the animation but it seemed more complicated than what I'd like. Open to suggestions.