Interrupting Animations

Hi all, I am working on a project where users can place an object in a region and that triggers the object to move to an x,y coordinate via an animation. I want users to be able to break this animation by moving the object out of the region with a button or drop and drag. Right now I have been using “invisible” rectangles and/or IF statements.

My question, is this possible? Is there a better way I should go about this?

Hi @becky,

Unfortunately, it is not possible to stop an animation at the moment within IntuiFace. The user will have to wait the end of the animation before being able to move the object again.