Dock: improvements, new animations, always float, better look.

This commit is contained in:
LemmyCook 2025-09-06 15:18:53 -04:00
parent 7860c41959
commit 809f16c27e
2 changed files with 77 additions and 54 deletions

View file

@ -60,6 +60,7 @@ Singleton {
property int animationFast: Math.round(150 * Settings.data.general.animationSpeed)
property int animationNormal: Math.round(300 * Settings.data.general.animationSpeed)
property int animationSlow: Math.round(450 * Settings.data.general.animationSpeed)
property int animationSlowest: Math.round(750 * Settings.data.general.animationSpeed)
// Dimensions
property int barHeight: 36