1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 14:32:52 -05:00

animations: dynamic bar/dock animation durations

This commit is contained in:
bbedward
2025-10-16 11:44:05 -04:00
parent 7bf7d0afae
commit 7ea3bd9df9
2 changed files with 6 additions and 6 deletions

View File

@@ -413,14 +413,14 @@ Item {
Behavior on x {
NumberAnimation {
duration: 200
duration: Theme.shortDuration
easing.type: Easing.OutCubic
}
}
Behavior on y {
NumberAnimation {
duration: 200
duration: Theme.shortDuration
easing.type: Easing.OutCubic
}
}