-
Notifications
You must be signed in to change notification settings - Fork 195
Add Fluid Taskbar Animation: High-performance macOS-style icons #3142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
High-performance taskbar animation with state preservation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a new Windhawk mod called "Fluid Taskbar Animation" that brings macOS-style fluid animations to Windows taskbar icons. The mod is an evolved version of the existing taskbar-dock-animation mod with performance optimizations and enhanced features.
Changes:
- Introduces O(1) dirty checking for layout changes using width/count-based detection
- Implements state preservation during layout refreshes to eliminate visual stutters
- Adds Traditional Chinese localization metadata
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This looks like an improvement of the Taskbar Dock Animation mod. Why not work with @Ph0en1x-dev on improving the existing mod instead of creating a new mod with similar functionality? |
This mod is an evolved version of the taskbar dock animation concept, focusing on performance and visual seamlessness.
Key Enhancements:
Testing has been done on Windows 11 with stable results across different taskbar alignment settings.