tullamods / Dominos

A main actionbar replacement
https://tullamods.com/dominos
BSD 3-Clause "New" or "Revised" License
79 stars 26 forks source link

Remove castbar fade on cast start #596

Closed wkrueger closed 2 years ago

wkrueger commented 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.

Tuller commented 2 years ago

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