I haven’t tested the newer method yet, I was asking out of curiosity, as I remember how, way back when, display.remove() was enhanced, such that removing the group and niling it out was enough to take care of everything within! I was hoping that was the case with this implementation.
In the documentation, it assigns the example transitions to local variables, but does not specify that it’s necessary to nil said variables upon transition.cancel(). Many people may assume that it’s not necessary to nil anything out anymore, even when variables/holders are present.
So, you’re saying that all transitions (including those with handles) are cancelled, but one must still manually nil out all handles?