Click on any letter to see a wave of resizing spread from first character to last.
Credit to @shamaggi for the source project. I thought it was interesting so I remixed it to make it more versatile using clones. Any character (a clone) clicked on will cause that clone to send a message for all to resize. To force a wave (rather than a simultaneous resizing, the 1st clone to respond must block the others from starting until desired. When clones are created, the last to be created will occupy the "front" layer, so, we send it to the back layer. When a message is broadcast, it is received by the clone on the most front layer first. This project takes advantage of these facts.