[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

@@ -36,6 +36,9 @@
border-color: $colorGrippyInteriorHover !important;
}
}
&:active {
background-color: pullForward($b, 5%);
}
}
&.horizontal {
// Slides vertically up and down, splitting the element horizontally