SamsidParty / TopNotify

The Ultimate Notification Customization Tool For Windows
https://www.samsidparty.com/software/topnotify
GNU General Public License v3.0
158 stars 7 forks source link

Rollout animation direction #35

Open terax6669 opened 1 day ago

terax6669 commented 1 day ago

It should start at the taskbar and roll out instead of into the taskbar.

https://github.com/user-attachments/assets/dd12183a-840c-4fe5-959b-0e8e4d02bcad

SamsidParty commented 1 day ago

Unfortunately this likely can't be fixed without a custom notification renderer. The notification itself animates from the right and it can't be changed with the window management APIs.

It may be possible to trick windows into animating from the left because that's what it does on RTL languages, but I don't know how I would implement that.