diff --git a/.config/quickshell/ii/modules/common/widgets/RoundCorner.qml b/.config/quickshell/ii/modules/common/widgets/RoundCorner.qml index 4dbbb56e..80aa62f2 100644 --- a/.config/quickshell/ii/modules/common/widgets/RoundCorner.qml +++ b/.config/quickshell/ii/modules/common/widgets/RoundCorner.qml @@ -72,8 +72,4 @@ Item { } } - Behavior on implicitSize { - animation: Appearance?.animation.elementMoveFast.numberAnimation.createObject(this) - } - }