stop animation
Opened this issue · 0 comments
Zamir7 commented
there is a possibility to stop animation ahead of schedule?
act= await node.RunActionsAsync(new EaseSineOut(new RotateAroundBy(...
node.RemoveAllActions(); // Works
node.RemoveAction(act); // Fail