-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfirmedIssue has been confirmed by VS Code Team memberIssue has been confirmed by VS Code Team memberfile-explorerExplorer widget issuesExplorer widget issuespapercut 🩸A particularly annoying issue impacting someone on the teamA particularly annoying issue impacting someone on the teamperformanceverifiedVerification succeededVerification succeeded
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.99.3
- OS Version: Linux
Steps to Reproduce:
- Have "Reduce Motion" in VS Code set to "off" (default is "auto" which sometimes means "off")
- Start recording a performance profile
- Hover over the file explorer up and down for some time
- stop profiling. In the performance profile, see attached pattern: border-X-color is not animated on the Composer thread, and overall CSS animation takes a lot of time (as during the hover, many explorer items are updated)
Problematic place in code:
.monaco-workbench:not(.reduce-motion) .monaco-tl-indent > .indent-guide { |
See this article:
https://www.smashingmagazine.com/2016/12/gpu-animation-doing-it-right/#animate-transform-and-opacity-properties-only
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfirmedIssue has been confirmed by VS Code Team memberIssue has been confirmed by VS Code Team memberfile-explorerExplorer widget issuesExplorer widget issuespapercut 🩸A particularly annoying issue impacting someone on the teamA particularly annoying issue impacting someone on the teamperformanceverifiedVerification succeededVerification succeeded