Use a Clip rect for Pane animations instead of the Width/Height #7436
Labels
Area-UserInterface
Issues pertaining to the user interface of the Console or Terminal
Help Wanted
We encourage anyone to jump in on these.
Issue-Task
It's a feature request, but it doesn't really need a major design.
Priority-3
A description (P3)
Product-Terminal
The new Windows Terminal.
Milestone
follow up from #7364
Looking at this doc:
emph added
Right now we're stuck being a dependent animation, because we're animating the
Width
orHeight
. But we might be able to useClip
to achieve the same effect.I'm no XAML wizard, so that'll require another day of learning to figure out, but I figured I'd write these notes down before I forgot.
Might even be able to get us #7365 for free.
The text was updated successfully, but these errors were encountered: