- Изменено
[as3]defaultMix in AnimationStateData
public var defaultMix:Number;
The defaulMix value is NaN. That's why addAnimation queue doesn't work fine.
I think it need to changed to
public var defaultMix:Number = 0;
I've sent a pull request in github
Thanks, Nate will sort it out as soon as he is back. I think he is currently somewhere over the Atlantic on his way home.