View Single Post
05-19-16, 08:13 AM   #60
Nevcairiel
Premium Member
Premium Member
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 63
Originally Posted by zork View Post
Btw...the new API does not support AnimationGroup:SetChange() any more. They introduced setToFinalAlpha sort of. Does anyone have an example on how to do frame flashing with animation groups in legion?
Its really not that complicated. SetChange used an offset and SetFromAlpha/SetToAlpha use absolute values - which IMHO makes for clearer logic either way. You can easily rewrite it using that.