summaryrefslogtreecommitdiff
path: root/widgets/StateLayer.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-23 22:04:05 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-23 22:04:05 +0800
commit219d794bf816f1841e1a91667331773fc340f5d8 (patch)
treeddff2ed83205247035916ea621db71f6e39571d2 /widgets/StateLayer.qml
parentnotifs: fix null errors (diff)
downloadcaelestia-shell-219d794bf816f1841e1a91667331773fc340f5d8.tar.gz
caelestia-shell-219d794bf816f1841e1a91667331773fc340f5d8.tar.bz2
caelestia-shell-219d794bf816f1841e1a91667331773fc340f5d8.zip
internal: fix anim typo
Diffstat (limited to 'widgets/StateLayer.qml')
-rw-r--r--widgets/StateLayer.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/StateLayer.qml b/widgets/StateLayer.qml
index 97d1d50..8f39341 100644
--- a/widgets/StateLayer.qml
+++ b/widgets/StateLayer.qml
@@ -35,7 +35,7 @@ Rectangle {
Behavior on opacity {
NumberAnimation {
- duration: Appearance.anim.durations.smaller
+ duration: Appearance.anim.durations.small
easing.type: Easing.BezierSpline
easing.bezierCurve: Appearance.anim.curves.standard
}