So i downloaded luxthos' paladin weakaura and its pretty good. but i want the whole thing to fade in and out using an animation when i enter and exit combat so its a bit more smooth.
i put all the groups on load in combat and then put an animation with type custom, 2 second ease in and fade in on start and the same with fade out and ease out on finish, but it only does the animation when entering combat not when exitting. The groups just disappear.
does anyone know how to fix this? Thanks!
#Animation when entering and exiting combat
14 messages · Page 1 of 1 (latest)
the aura unloads before the animation happens
is there a way to prevent that?
add a in combat trigger instead and require that to be active
sorry im new to WA can u elaborate on that? i dont really know how to add a in combat trigger
Trigger = Player/unit info - Conditions - In combat
ok thanks and how do i require it to be active?
Required for Activation = custom
function(trigger)
return trigger[1] and (trigger[2] or trigger[3])
end
https://github.com/WeakAuras/WeakAuras2/wiki/Aura-Activation-and-Deactivation#custom