add styling with animation speed

This commit is contained in:
Benjamin Palko 2025-09-05 15:48:24 -04:00
parent f7e8fb7720
commit 9fc91a92f7
14 changed files with 74 additions and 37 deletions

View file

@ -5,8 +5,9 @@ import Quickshell.Widgets
WrapperRectangle {
radius: 8
color: Theme.palette.base100
ColorAnimation on color {
duration: 200
easing.type: Easing.InOutQuad
Behavior on color {
ColorAnimation {
duration: Styling.animations.speed.fast
}
}
}