summaryrefslogtreecommitdiff
path: root/modules/launcher
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-10 20:19:53 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-10 20:19:53 +1000
commitf0e0569737878da748aa5f74ee542d4eb978bf71 (patch)
treea1398e2a9f83cb169fb401629e68a86eda490f4b /modules/launcher
parentnotifs: slide to remove (diff)
downloadcaelestia-shell-f0e0569737878da748aa5f74ee542d4eb978bf71.tar.gz
caelestia-shell-f0e0569737878da748aa5f74ee542d4eb978bf71.tar.bz2
caelestia-shell-f0e0569737878da748aa5f74ee542d4eb978bf71.zip
launcher: fix interrupted transitions
Diffstat (limited to 'modules/launcher')
-rw-r--r--modules/launcher/AppList.qml12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/launcher/AppList.qml b/modules/launcher/AppList.qml
index 7e3bef0..b119ee8 100644
--- a/modules/launcher/AppList.qml
+++ b/modules/launcher/AppList.qml
@@ -67,6 +67,10 @@ ListView {
Anim {
property: "y"
}
+ Anim {
+ properties: "opacity,scale"
+ to: 1
+ }
}
addDisplaced: Transition {
@@ -74,12 +78,20 @@ ListView {
property: "y"
duration: Appearance.anim.durations.small
}
+ Anim {
+ properties: "opacity,scale"
+ to: 1
+ }
}
displaced: Transition {
Anim {
property: "y"
}
+ Anim {
+ properties: "opacity,scale"
+ to: 1
+ }
}
Component {