microsoft/Terminal
Auf GitHub ansehenAnimate Theme transition, maybe other color changes too?
Open
#7.274 geöffnet am 13. Aug. 2020
Area-UserInterfaceHelp WantedIssue-TaskPriority-3Product-Terminal
Repository-Metriken
- Stars
- (35.764 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)
Beschreibung
Big s/o to @stmoy who helped point me at the fact that this is possible with XAML.
refer to: https://docs.microsoft.com/en-us/windows/uwp/design/motion/motion-in-practice#implicit-animations
Also refer to the "Implicit Transitions" page in the xaml controls gallery.

Apparently we can add a trivial amount of markup to our XAML to get some pretty slick color transitions. I think this would be awesome to add.
(maybe also relevant: #1001, #7216 )