diff options
| author | bobzel <zzzman@gmail.com> | 2020-10-17 17:47:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-17 17:47:10 -0400 |
| commit | cf79470be23ae7f79e5cfc86bc4833bb80c3668a (patch) | |
| tree | 594c95b048c6a36c2027d476b8ac6a3e86455535 /src/client/views/nodes/ComparisonBox.scss | |
| parent | 223262242f7db021c8449e920645892cc5ed2820 (diff) | |
| parent | 0721e65bc4403b96a8f905c93b51c6eda2371e4a (diff) | |
Merge pull request #869 from browngraphicslab/presentation_v1
Presentation v1
Diffstat (limited to 'src/client/views/nodes/ComparisonBox.scss')
| -rw-r--r-- | src/client/views/nodes/ComparisonBox.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/ComparisonBox.scss b/src/client/views/nodes/ComparisonBox.scss index acf6b1636..44cf5d046 100644 --- a/src/client/views/nodes/ComparisonBox.scss +++ b/src/client/views/nodes/ComparisonBox.scss @@ -13,6 +13,7 @@ left: 0; height: 100%; overflow: hidden; + transition: 200ms; .beforeBox-cont { height: 100%; @@ -26,6 +27,7 @@ width: 3px; display: inline-block; background: white; + transition: 200ms; .slide-handle { position: absolute; |
