I know I can mix animation like this:
this->skeletonAnimation->setMix("lastAnimation","newAnimation",0.1);
this->skeletonAnimation->addAnimation(0,"newAnimation");
but sometimes I don't want to care or even don't know what the last animation is, is there any method that can change animation with mixing last animation?