This commit is contained in:
Valeria Fadeeva 2023-05-06 22:33:31 +05:00
parent 32dbb12b3f
commit d364eabfb8
1 changed files with 1 additions and 11 deletions

View File

@ -36,7 +36,7 @@ Pane {
palette.highlight: "#E03D3D"
palette.text: "#A03d40"
palette.buttonText: "#A03d40"
palette.window: "#EEEEEE"
palette.window: "#1C1B20"
font.family: "Noto Sans"
font.pointSize: parseInt(height / 80)
@ -57,17 +57,7 @@ Pane {
inOpacityAnimationContent.running = true;
lineAnimation.running = true;
}
else if (stage == 2) {
lineAnimation.running = true;
}
else if (stage == 3) {
lineAnimation.running = true;
}
else if (stage == 4) {
lineAnimation.running = true;
outOpacityAnimationForm.running = true;
outOpacityAnimationContent.running = true;
}