Bug 437558 - Application Launcher Should Not Use Slide Animation
Summary: Application Launcher Should Not Use Slide Animation
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Application Launcher (Kickoff) (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords:
: 418319 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-05-23 16:52 UTC by Andres Betts
Modified: 2021-05-24 19:07 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.22


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***