From 9dcdee9cfcade554748b3f5d16696ad7f0b7def9 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 24 Aug 2025 16:42:03 +1000 Subject: internal: add anim component No inlining --- components/Anim.qml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 components/Anim.qml (limited to 'components/Anim.qml') diff --git a/components/Anim.qml b/components/Anim.qml new file mode 100644 index 0000000..6883a79 --- /dev/null +++ b/components/Anim.qml @@ -0,0 +1,8 @@ +import qs.config +import QtQuick + +NumberAnimation { + duration: Appearance.anim.durations.normal + easing.type: Easing.BezierSpline + easing.bezierCurve: Appearance.anim.curves.standard +} -- cgit v1.2.3-freya