Skip to main content

Animation not stopping in Luna

This can be caused by using a parameter in the Animation.Stop() function. Luna only supports the method without any arguments passed in.

Possible solution:

  • Stop the animation via calling .Stop() without any parameters passed in.