summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/theme-data/dms/Common/DankColorAnim.qml
blob: 5bd5a9d4af326c17c2137d79c2c30778daac56e3 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick
import qs.Common

// Reusable ColorAnimation wrapper
ColorAnimation {
    duration: Theme.expressiveDurations.normal
    easing.type: Easing.BezierSpline
    easing.bezierCurve: Theme.expressiveCurves.standard
}