Observe reduced motion in pane split views (#144644)

This commit is contained in:
Jackson Kearl
2022-03-08 09:28:23 -08:00
committed by GitHub
parent 0c498599fe
commit 9117450e6b
@@ -110,6 +110,10 @@
transition-timing-function: ease-out;
}
.reduce-motion .monaco-pane-view .split-view-view {
transition-duration: 0s !important;
}
.monaco-pane-view.animated.vertical .split-view-view {
transition-property: height;
}