diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-24 16:42:03 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-24 16:42:03 +1000 |
| commit | 9dcdee9cfcade554748b3f5d16696ad7f0b7def9 (patch) | |
| tree | d3d23d96600eeccac56d61f41e263f8ca761b5da /modules/lock | |
| parent | bar: better handling for named workspaces (diff) | |
| download | caelestia-shell-9dcdee9cfcade554748b3f5d16696ad7f0b7def9.tar.gz caelestia-shell-9dcdee9cfcade554748b3f5d16696ad7f0b7def9.tar.bz2 caelestia-shell-9dcdee9cfcade554748b3f5d16696ad7f0b7def9.zip | |
internal: add anim component
No inlining
Diffstat (limited to 'modules/lock')
| -rw-r--r-- | modules/lock/Center.qml | 6 | ||||
| -rw-r--r-- | modules/lock/Content.qml | 6 | ||||
| -rw-r--r-- | modules/lock/InputField.qml | 6 | ||||
| -rw-r--r-- | modules/lock/LockSurface.qml | 6 | ||||
| -rw-r--r-- | modules/lock/Media.qml | 6 | ||||
| -rw-r--r-- | modules/lock/NotifDock.qml | 6 | ||||
| -rw-r--r-- | modules/lock/NotifGroup.qml | 6 |
7 files changed, 0 insertions, 42 deletions
diff --git a/modules/lock/Center.qml b/modules/lock/Center.qml index 4db0376..ae18ed8 100644 --- a/modules/lock/Center.qml +++ b/modules/lock/Center.qml @@ -341,10 +341,4 @@ ColumnLayout { duration: Appearance.anim.durations.small easing.type: Easing.Linear } - - component Anim: NumberAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } } diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml index 21c1331..a024ddc 100644 --- a/modules/lock/Content.qml +++ b/modules/lock/Content.qml @@ -90,10 +90,4 @@ RowLayout { } } } - - component Anim: NumberAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } } diff --git a/modules/lock/InputField.qml b/modules/lock/InputField.qml index 9360a1e..358093f 100644 --- a/modules/lock/InputField.qml +++ b/modules/lock/InputField.qml @@ -146,10 +146,4 @@ Item { Anim {} } } - - component Anim: NumberAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } } diff --git a/modules/lock/LockSurface.qml b/modules/lock/LockSurface.qml index c0c962c..a05e689 100644 --- a/modules/lock/LockSurface.qml +++ b/modules/lock/LockSurface.qml @@ -227,10 +227,4 @@ WlSessionLockSurface { scale: 0 } } - - component Anim: NumberAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } } diff --git a/modules/lock/Media.qml b/modules/lock/Media.qml index bb2fc7b..5046712 100644 --- a/modules/lock/Media.qml +++ b/modules/lock/Media.qml @@ -209,10 +209,4 @@ Item { } } } - - component Anim: NumberAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } } 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 - } } diff --git a/modules/lock/NotifGroup.qml b/modules/lock/NotifGroup.qml index 6ca42b5..6862ccf 100644 --- a/modules/lock/NotifGroup.qml +++ b/modules/lock/NotifGroup.qml @@ -302,10 +302,4 @@ StyledRect { elide: Text.ElideRight } } - - component Anim: NumberAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } } |