diff --git a/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml b/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml index 671f9b86f..16e09057d 100644 --- a/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml +++ b/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml @@ -7,7 +7,7 @@ import qs.modules.common Item { id: root - property int sides: 12 + property real sides: 12 property int implicitSize: 100 property real amplitude: implicitSize / 50 property int renderPoints: 360 @@ -30,6 +30,9 @@ Item { } } + Behavior on sides { + animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this) + } Shape { id: shape