Bug 468175 - Implement smooth/animated mouse wheel scrolling in Kirigami.Wheelhandler
Summary: Implement smooth/animated mouse wheel scrolling in Kirigami.Wheelhandler
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.104.0
Platform: Debian testing Linux
: NOR normal
Target Milestone: Not decided
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-05 14:47 UTC by kde-yyds
Modified: 2024-03-07 08:30 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kde-yyds 2023-04-05 14:47:14 UTC
I want windows-like smooth scrolling in plasma.
Comment 1 kde-yyds 2023-04-05 14:49:12 UTC
export QT_QUICK_CONTROLS_STYLE=fusion
and then launch qtquick based applications
like this
Comment 2 Nate Graham 2023-04-06 15:39:46 UTC
Yes, a good idea. We override the default scroll behaviors in qqc2-desktop-style with something called Kirigami.WheelHandler, so it's up to us to implement this sort of thing ourselves.
Comment 3 kde-yyds 2023-06-20 07:25:59 UTC
Hi, is there anyone who wants to implement this? Smooth scroll looks very nice. I think we should have it before plasma 6  is out
Comment 4 blueisboy 2023-06-21 03:39:52 UTC
Yes, it's nice, and we're all going to like it.
Comment 5 kde-yyds 2023-07-30 08:22:19 UTC
i tried to implement this. see https://invent.kde.org/frameworks/kirigami/-/merge_requests/1188