Panels Animation: centralizing more code for easier maintenance.

This commit is contained in:
ItsLemmy
2025-11-22 10:43:57 -05:00
parent b93b74ae59
commit 152c8efaa1
2 changed files with 10 additions and 6 deletions
+3
View File
@@ -99,6 +99,9 @@ PanelWindow {
onOpacityFadeCompleteChanged: {
placeholder.opacityFadeComplete = opacityFadeComplete;
}
onSizeAnimationCompleteChanged: {
placeholder.sizeAnimationComplete = sizeAnimationComplete;
}
// Panel control functions
function toggle(buttonItem, buttonName) {