ChrisAnd1998 / TaskbarXI

An application written in C++ to modify the Windows 11 Taskbar.
https://chrisandriessen.nl/
GNU General Public License v3.0
1.55k stars 161 forks source link

Order of expand animation #39

Closed RealMistakd closed 2 years ago

RealMistakd commented 2 years ago

When I open an application that is not pinned the animation looks phenomenal. However when i close that application the animation is exactly the same but reversed. the problem with this is hard to explain with words but basically the taskbar is shrinking before the app can close and the other pinned apps slide in. when opening an unpinned app it looks great because the taskbar scales up first but when it closes the taskbar should scale down after. I didn't look at your code and I don't even know any C++ so idk how hard this will be to accomplish.

ChrisAnd1998 commented 2 years ago

I understand. However TaskbarXI does/cannot not know when before and after is. It only knows when it happens. What i can do is making the shrinking animation a little slower. On my end it seems to follow the icons nicely now.

ChrisAnd1998 commented 2 years ago

22

RealMistakd commented 2 years ago

ah. That makes sense. Sounds like a good solution :)

ChrisAnd1998 commented 2 years ago

I will make this speed adjustable with a setting.