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 --- components/CAnim.qml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 components/CAnim.qml (limited to 'components/CAnim.qml') diff --git a/components/CAnim.qml b/components/CAnim.qml new file mode 100644 index 0000000..49484b7 --- /dev/null +++ b/components/CAnim.qml @@ -0,0 +1,8 @@ +import qs.config +import QtQuick + +ColorAnimation { + duration: Appearance.anim.durations.normal + easing.type: Easing.BezierSpline + easing.bezierCurve: Appearance.anim.curves.standard +} -- cgit v1.2.3-freya