mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-17 08:50:12 +01:00
Observe reduced motion in pane split views (#144644)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user