From 486f9d2e2f260d18883991f4a6981a2cc0d15526 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 24 Aug 2025 16:51:09 +1000 Subject: internal: add canim component --- modules/lock/Resources.qml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules/lock') diff --git a/modules/lock/Resources.qml b/modules/lock/Resources.qml index 8ff1708..7dda218 100644 --- a/modules/lock/Resources.qml +++ b/modules/lock/Resources.qml @@ -5,7 +5,6 @@ import qs.services import qs.config import QtQuick import QtQuick.Layouts -import QtQuick.Shapes GridLayout { id: root @@ -93,10 +92,4 @@ GridLayout { } } } - - component Anim: ColorAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } } -- cgit v1.2.3-freya