summaryrefslogtreecommitdiff
path: root/modules/lock/NotifDock.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-24 16:42:03 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-24 16:42:03 +1000
commit9dcdee9cfcade554748b3f5d16696ad7f0b7def9 (patch)
treed3d23d96600eeccac56d61f41e263f8ca761b5da /modules/lock/NotifDock.qml
parentbar: better handling for named workspaces (diff)
downloadcaelestia-shell-9dcdee9cfcade554748b3f5d16696ad7f0b7def9.tar.gz
caelestia-shell-9dcdee9cfcade554748b3f5d16696ad7f0b7def9.tar.bz2
caelestia-shell-9dcdee9cfcade554748b3f5d16696ad7f0b7def9.zip
internal: add anim component
No inlining
Diffstat (limited to 'modules/lock/NotifDock.qml')
-rw-r--r--modules/lock/NotifDock.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/lock/NotifDock.qml b/modules/lock/NotifDock.qml
index a986052..0a76545 100644
--- a/modules/lock/NotifDock.qml
+++ b/modules/lock/NotifDock.qml
@@ -140,10 +140,4 @@ ColumnLayout {
}
}
}
-
- component Anim: NumberAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
}