Hi!
How to disable smooth scrolling?
When will this feature be added if it’s not there?
You’re talking about a setting in your browser itself, correct?
The setting in Chrome is at
chrome://flags/#smooth-scrolling
Erica
August 10, 2020, 9:38pm
3
@Afirium does @BigChungus ’s answer help?
tkna
November 25, 2022, 1:40pm
4
@BigChungus @Erica
How can I disable smooth scrolling in the desktop version of dynalist instead of through the web browser?
OS: Arch Linux x86_64
Kernel: 6.0.9-arch1-1
WM: sway
dynalist-desktop 1.0.6-2
I don’t know. You cannot navigate to chrome://flags/#smooth-scrolling in electron apps like Dynalist. Customizations like that are only available in browsers. Perhaps Arch Linux has it’s own system level smooth scrolling setting.
tkna
November 25, 2022, 10:49pm
7
@BigChungus I found out how to do it. The following seems to work OK.
Thanks for sharing your tips.
dynalist --disable-smooth-scrolling
opened 10:41AM - 06 Jan 18 UTC
enhancement
platform/macOS
platform/linux
<!--
Thanks for opening an issue! A few things to keep in mind:
- The issue … tracker is only for bugs and feature requests.
- Before reporting a bug, please try reproducing your issue against
the latest version of Electron.
- If you need general advice, join our Slack: http://atom-slack.herokuapp.com
-->
* Electron version: 1.7.9
* Operating system: macOS
This is a feature request. I feel that Chromium's smooth scrolling feature is annoying. It would be nice if that could be turned off by some command line switch. Currently, this command line switch is not supported by electron
opened 11:21PM - 06 Jun 22 UTC
enhancement
We can probably expose `--disable-smooth-scrolling` (context: https://github.com… /electron/electron/issues/11583) through settings.
It appears that it can be directly injected into the Electron app as long as it's before load (https://github.com/electron/electron/issues/28537#issuecomment-815072372).
There already exists a UI flow to restart the app for settings that require it so just use that again.
Very nice. Good thinking.
1 Like