[PR #15659] WIP: fix Quake Mode reveal animation tears/flickers #30694

Open
opened 2026-01-31 09:42:23 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/15659

State: closed
Merged: No


Summary of the Pull Request

Fix Quake Mode reveal animation tears/flickers. After this PR, Quake Mode slide animation will be smoother.

References and Relevant Issues

Detailed Description of the Pull Request / Additional comments

In slow motion, the old animation looks like this,

and the new animation looks like this.

WIP:

  • We need to decrease the default animationDuration.
  • We need to hide the windows border.(I've tried various methods but can't seem to hide it. I need help)

Validation Steps Performed

PR Checklist

**Original Pull Request:** https://github.com/microsoft/terminal/pull/15659 **State:** closed **Merged:** No --- ## Summary of the Pull Request Fix Quake Mode reveal animation tears/flickers. After this PR, Quake Mode slide animation will be smoother. ## References and Relevant Issues - https://github.com/microsoft/terminal/issues/12293 - https://github.com/microsoft/terminal/issues/12121 ## Detailed Description of the Pull Request / Additional comments In slow motion, the old animation looks like this, ![](https://user-images.githubusercontent.com/32858525/243064611-00468c83-26d1-452d-8a63-d40396fc8dd3.gif) and the new animation looks like this. ![](https://user-images.githubusercontent.com/32858525/243064621-a81f7624-16ab-4ba5-bb5d-2d896912cf3e.gif) WIP: - [ ] We need to decrease the default animationDuration. - [ ] **We need to hide the windows border.(I've tried various methods but can't seem to hide it. I need help)** ## Validation Steps Performed ## PR Checklist - [ ] Closes #12293 - [ ] Tests added/passed - [ ] Documentation updated - If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx - [ ] Schema updated (if necessary)
claunia added the pull-request label 2026-01-31 09:42:23 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30694