This piece of code is gold, I searched all google have no idea why could not find it. was scrubbing all korean sites already
Thanks Nate!
So Before your post I already figured out how to make animation play in success,
This works
success: function () {
alistar.addAnimation("blackscreen",false);
alistar.addAnimation("combined",true ).mixDuration = 6;
alistar.play();
}
This does not work, it seems I am failing to make state
to work,still no errors but ir is not responding
success: function () {
alistar.animationState.addAnimation(0,"blackscreen",false);
alistar.animationState.addAnimation(0,"combined",true ).mixDuration = 6;
alistar.play();
}
So my current questions are:
- Why I cant use
animationState
- Why when I hide the loading
showLoading: false,
I see instead black background - How to make it load like a feather. I am looking forward to change my reel page as well so I need as fast as possible. Exported files are huge I know, but still not 150mb as was the video I previously used.