Update
This commit is contained in:
parent
32dbb12b3f
commit
d364eabfb8
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue