Hi There,

I've just extended the scratchpad package with the ability to compare switch and change nodes.
The use case here is that I have multiple switch or change nodes that might or might not be the same and can or cannot be combined. But since I'm human, it becomes difficult to compare more than one rule. Hence this small feature of the scratchpad: adding a scratch (the '+' button) when a switch or change node is selected will import its JSON representation into the scratch.
Importing two nodes can then be compared using the scales button on each scratch: first select one then the other to compare to.
That will then create a differ of the JSON representations of the nodes. In the case of the animation, it's only the id and location of the nodes that differ, i.e. they have the same rules and the top one can be replaced by the bottom one. (Which actually happened)
This might be useful for others, if not, I don't mind either!