Is it safe to remove object while it still transition?

If I remove object while it transition use by transition.to. Can It cause some crash or make memory leak.

Do I really need to cancel all transitions before remove object or the engine handle this sittuation for me? [import]uid: 12117 topic_id: 8146 reply_id: 308146[/import]

I’m not sure if it will crash but all I do is make the object.isVisible = false then I remove it after the transition. [import]uid: 11809 topic_id: 8146 reply_id: 29029[/import]