TopbarPlus icon indicating copy to clipboard operation
TopbarPlus copied to clipboard

Transition tweens/animations like v2

Open 1ForeverHD opened this issue 6 months ago • 7 comments

Transitions when resizing, repositioning on the topbar, etc, like in v2

1ForeverHD avatar Jun 18 '25 11:06 1ForeverHD

I already did something similar by modifying the dropdown script inside https://github.com/user-attachments/assets/55c54352-b8bf-4b69-9e48-56b4bd349fdc

I-Bat avatar Jun 20 '25 21:06 I-Bat

Are you happy to share the code for this? You're also more than welcome to submit a PR

1ForeverHD avatar Jun 21 '25 11:06 1ForeverHD

Of course, the script isn't perfect with the topbarplus style, but using the modify theme with the model, you can do some great things. Here is my modification of the script:

Dropdown script Modifications By @I_Bat.txt

I-Bat avatar Jun 21 '25 19:06 I-Bat

This is what it looks like (the version I sent you without modifying the theme).

https://github.com/user-attachments/assets/4f5e8388-7e94-420f-91fe-2948bae52934

I-Bat avatar Jun 21 '25 19:06 I-Bat

Many thanks! 🔥👏

1ForeverHD avatar Jun 22 '25 07:06 1ForeverHD

No problem, it's just that I couldn't fix a bug that only allows 5 icons to be placed. I hope you can fix that. I'll also try to fix it myself.

I-Bat avatar Jun 22 '25 20:06 I-Bat

i fixed that here is the final code, it works with all topbarplus system modifications and maxicons, padding, etc

Script:

Dropdown script Modifications By @I_Bat.txt

I-Bat avatar Jun 22 '25 21:06 I-Bat