Closed Fuzzyma closed 3 years ago
Hi @Fuzzyma, yes this is possible via CSS:
.splitpanes .splitpanes__pane {transition: none;}
Hope it helps!
I needed to add !important to make it work
.splitpanes .splitpanes__pane {transition: none !important;}
Is there a way to disable the animations of the panes?