That's a great point. I went down the state slide route in order to handle a similar type of use-case, but I'll look into this and see if we can incorporate that somehow. It seems like a really elegant way to implement some state slide use cases. And thanks for the heads-up on this!

Could the hidden state slides "just" react to a down arrow press as well as to the click? But then they probably would have to have an order somehow?

Just my two cents.

Technically yes, and the order is just dependent on the chain of the keypress event triggering slide changes. Will investigate the best way to do this.