I'm trying to adjust some CSS properties depending on the state of the split pane, I mean, if it is opened or closed. I can detect when its state changes using ionChange
event on the view, but I can't know if it was opened or closed. Is there a way to do this?
Split Pane documentation: https://ionicframework.com/docs/api/components/split-pane/SplitPane/