Bug 437558

Summary: Application Launcher Should Not Use Slide Animation
Product: [Plasma] plasmashell Reporter: Andres Betts <anditosan1000>
Component: Application Launcher (Kickoff)Assignee: David Edmundson <kde>
Status: RESOLVED FIXED    
Severity: normal CC: bugseforuns, mikel5764, nate, notmart, plasma-bugs
Priority: NOR    
Version: master   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 5.22

Description Andres Betts 2021-05-23 16:52:34 UTC
When selecting an application in the new application launcher, the launcher uses a right swipe animation before closing and opening the selected application.

Given that the slide animation conveys navigation within the menu, there should not be any sliding animation at a final action, clicking to open a new application. The reason is because it is a final action, there is no more navigation after this action.

This will make the action more clear to the user.
Comment 1 Marco Martin 2021-05-24 11:11:26 UTC
can reproduce
Comment 3 Marco Martin 2021-05-24 13:19:44 UTC
Git commit 85f801db441e51c0a5510d953ada0bdb179a5f2b by Marco Martin.
Committed on 24/05/2021 at 13:19.
Pushed by mart into branch 'master'.

Don't slide when launching an app

the slide animation makes sense only when opening a category, when launching an app, don't play the anim

M  +3    -1    applets/kickoff/package/contents/ui/KickoffListView.qml

https://invent.kde.org/plasma/plasma-desktop/commit/85f801db441e51c0a5510d953ada0bdb179a5f2b
Comment 4 Marco Martin 2021-05-24 13:23:20 UTC
Git commit 0d899be4f5d116874789948113f18c93544c2f9d by Marco Martin.
Committed on 24/05/2021 at 13:21.
Pushed by mart into branch 'Plasma/5.22'.

Don't slide when launching an app

the slide animation makes sense only when opening a category, when launching an app, don't play the anim

M  +3    -1    applets/kickoff/package/contents/ui/KickoffListView.qml

https://invent.kde.org/plasma/plasma-desktop/commit/0d899be4f5d116874789948113f18c93544c2f9d
Comment 5 Nate Graham 2021-05-24 19:07:48 UTC
*** Bug 418319 has been marked as a duplicate of this bug. ***