shift-shell/components/mobileshell/qml/statusbar
Marco Allegretti daf6ec3fd6 Smooth convergence mode transitions
Animate dock item sizing and button opacity when toggling convergence
mode so the dock does not snap abruptly between states.

FavouritesBar: promote cell/icon/nav/pager/trash sizing properties to
writable and attach NumberAnimation Behaviors (InOutCubic, longDuration).
Home, Overview, and trash buttons fade in/out with an InOutQuad opacity
Behavior so they appear gradually rather than popping.

Dock overlay (main.qml): introduce an `active` guard property so the
window can be driven by opacity (InOutQuad, shortDuration) rather than
toggling visibility directly. Switch the dockOffset slide easing from
a directional InExpo/OutExpo pair to a single InOutCubic so the motion
feels symmetrical.

StatusBar: smooth the background colour and convergence affordance
transitions.
2026-05-06 13:33:25 +02:00
..
indicators Remove kirigami version in imports 2026-03-06 22:08:07 -05:00
ClockText.qml Show date in status bar in convergence mode 2026-04-08 20:12:27 +02:00
StatusBar.qml Smooth convergence mode transitions 2026-05-06 13:33:25 +02:00
TaskWidget.qml Add null guards in AppletHost and TaskWidget 2026-04-18 19:04:40 +02:00