mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +01:00
[ColorPicker] Change zoom animation behavior (#11057)
* [ColorPicker] Change zoom animation behavior Makes the main window large enough to accommodate all zoom levels. * [ColorPicker] Change zoom window position logic Use PointFromScreen to calculate mouse position relative to window This requires a "visible" window, so use opacity to fake-hide window Window is still fully hidden when color picker closes * [ColorPicker] Extract and modify resize behavior Allows easier editing of animation easing/duration * Update expect.txt IAnimatable IEasing Co-authored-by: Clint Rutkas <clint@rutkas.com>
This commit is contained in:
2
.github/actions/spell-check/expect.txt
vendored
2
.github/actions/spell-check/expect.txt
vendored
@@ -752,6 +752,7 @@ hxx
|
||||
Hyperlink
|
||||
IAction
|
||||
IActivated
|
||||
IAnimatable
|
||||
IApp
|
||||
IApplication
|
||||
IAppx
|
||||
@@ -796,6 +797,7 @@ IDrop
|
||||
idx
|
||||
IDXGI
|
||||
IDYES
|
||||
IEasing
|
||||
IEnum
|
||||
IEnumerable
|
||||
IEnumerator
|
||||
|
||||
Reference in New Issue
Block a user