I've been trying to do some animation mixing in libgdx with Animation.Mix() and although most of them work neat I noticed something. Animation.mix() seems to ignore the changes in opacity beetween slots so if in the former animation you have some extra slot with 100% and in the next one that same slot has 0% opacity the mix method doesn't blend those values. Is this intended to be this way?