Formatting

This commit is contained in:
quadbyte
2025-08-13 09:33:45 -04:00
parent c3304818f1
commit 5fd0e57b91
7 changed files with 28 additions and 40 deletions
+3 -5
View File
@@ -20,7 +20,7 @@ NLoader {
// Start hide animation
notificationRect.scaleValue = 0.8
notificationRect.opacityValue = 0.0
// Hide after animation completes
hideTimer.start()
}
@@ -32,7 +32,7 @@ NLoader {
// Start hide animation
notificationRect.scaleValue = 0.8
notificationRect.opacityValue = 0.0
// Hide after animation completes
hideTimer.start()
}
@@ -44,7 +44,7 @@ NLoader {
// Start hide animation
notificationRect.scaleValue = 0.8
notificationRect.opacityValue = 0.0
// Hide after animation completes
hideTimer.start()
}
@@ -94,7 +94,6 @@ NLoader {
NumberAnimation {
duration: Style.animationSlow
easing.type: Easing.OutExpo
}
}
@@ -102,7 +101,6 @@ NLoader {
NumberAnimation {
duration: Style.animationNormal
easing.type: Easing.OutQuad
}
}