[Frontend] Manual re-do of collapse/expand panes

open #90
Added code to MCTSplitter and MCTSplitPane to allow
toggling of CSS class 'resizing' on pane elements when
the user is actively using the splitter;
Added resize transition animation to split pane elements
when user not actively resizing;
This commit is contained in:
Charles Hacskaylo
2015-10-23 09:18:59 -07:00
parent 57f11a9767
commit 827e1af581
6 changed files with 152 additions and 93 deletions

View File

@@ -232,6 +232,11 @@
}
}
.pane:not(.resizing) {
// Add transition CSS
@include trans-prop-nice-resize-w(250ms);
}
.pane {
position: absolute;
&.treeview.left {