Page 1 sur 1

Réglages manuels pour s’affranchir de Yet Another Smooth Scrolling WE ?

Publié : 30 mars 2024, 23:44
par formedable
Salut,

J’utilise Yet Another Smooth Scrolling WE, sous Firefox, qui facilite grandement la vie pour régler le vitesse et défilement pour la souris. Seulement je voudrais m’en affranchir, car j’ai un comportement non désiré qui est apparu. En désactivant l’extension, le comportement problématique disparaît et il n’y a pas lieu d’inscriminer Mozilla :mrgreen:

Alors ma question ?

Je voudrais pouvoir régler manuellement dans about:config les paramètres qui me sont utiles, pour avoir un scoll parfait et lisse.
Image

Merci de toute aide pour les termes que j’ai à chercher dans about:config

Je pense que vous avez déjà dû régler manuellement votre Firefox au poil (roux ^^).

Bonne soirée, et joyeuses fêtes !

Re: Réglages manuels pour s’affranchir de Yet Another Smooth Scrolling WE ?

Publié : 31 mars 2024, 16:16
par The harpy
Bonjour,
Réglage à faire dans about:config
smoothScroll.currentVelocityWeighting changer la valeur en 0
smoothScroll.mouseWheel.durationMaxMS changer la valeur en 1000
smoothScroll.stopDecelerationWeighting changer la valeur en 0.20
min_line_scroll_amount changer la valeur en 10

Re: Réglages manuels pour s’affranchir de Yet Another Smooth Scrolling WE ?

Publié : 31 mars 2024, 16:24
par formedable
Trop brusque pour moi. Et tes valeurs n’ont rien à voir avec les réglages de ma capture écran.

Je continue de chercher.

Mais en tous les cas, et joyeuses Pâques.

Re: Réglages manuels pour s’affranchir de Yet Another Smooth Scrolling WE ?

Publié : 31 mars 2024, 16:50
par formedable
Re ^^

Alors j’ai appliqué sur cette page https://github.com/yokoffing/Betterfox/ ... oothfox.js OPTION: NATURAL SMOOTH SCROLLING V3 [MODIFIED]

Je colle ici la section :

Code : Tout sélectionner

/****************************************************************************************
 * OPTION: NATURAL SMOOTH SCROLLING V3 [MODIFIED]                                      *
****************************************************************************************/
// credit: https://github.com/AveYo/fox/blob/cf56d1194f4e5958169f9cf335cd175daa48d349/Natural%20Smooth%20Scrolling%20for%20user.js
// recommended for 120hz+ displays
// largely matches Chrome flags: Windows Scrolling Personality and Smooth Scrolling
user_pref("apz.overscroll.enabled", true); // DEFAULT NON-LINUX
user_pref("general.smoothScroll", true); // DEFAULT
user_pref("general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS", 12);
user_pref("general.smoothScroll.msdPhysics.enabled", true);
user_pref("general.smoothScroll.msdPhysics.motionBeginSpringConstant", 600);
user_pref("general.smoothScroll.msdPhysics.regularSpringConstant", 650);
user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaMS", 25);
user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaRatio", 2.0);
user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 250);
user_pref("general.smoothScroll.currentVelocityWeighting", 1.0);
user_pref("general.smoothScroll.stopDecelerationWeighting", 1.0);
user_pref("mousewheel.default.delta_multiplier_y", 300); // 250-400; adjust this number to your liking
//EDIT : c’est pas top, finalement.

Re: Réglages manuels pour s’affranchir de Yet Another Smooth Scrolling WE ?

Publié : 31 mars 2024, 19:05
par formedable
Ce que j’ai mis, pour l’instant, en attendant de trouver plus doux.

Code : Tout sélectionner

general.smoothScroll.currentVelocityWeighting			1.0	
general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS	12	
general.smoothScroll.msdPhysics.enabled				true	
general.smoothScroll.msdPhysics.motionBeginSpringConstant	600	
general.smoothScroll.msdPhysics.regularSpringConstant		650	
general.smoothScroll.msdPhysics.slowdownMinDeltaMS		25	
general.smoothScroll.msdPhysics.slowdownMinDeltaRatio		2	
general.smoothScroll.msdPhysics.slowdownSpringConstant		250	
general.smoothScroll.scrollbars.durationMaxMS			500	
general.smoothScroll.stopDecelerationWeighting			1
general.smoothScroll.msdPhysics.enabled				true
mousewheel.default.delta_multiplier_y				200

Re: Réglages manuels pour s’affranchir de Yet Another Smooth Scrolling WE ?

Publié : 15 mai 2024, 11:11
par bordeauxrouge

pour LINUX
très content de découvrir cette extension!
J'ai pas eu de réponse sur forum Linux pour mon problème de sensibilité au scroll -beaucoup trop rapide
Il y a peut-être les bugs et il manque explications pour réglages
moi j'ai mis step size=9
Pourquoi utiliser 'about config'?


Re: Réglages manuels pour s’affranchir de Yet Another Smooth Scrolling WE ?

Publié : 21 mai 2024, 02:21
par formedable

@bordeauxrouge : parce que en entrant mes presets ou approchants, tu peux te passer de cette extension allègrement et avoir un Firefox plus léger, et qui obéi au doigt et à l’œil, sans bug.


Re: Réglages manuels pour s’affranchir de Yet Another Smooth Scrolling WE ?

Publié : 22 mai 2024, 20:47
par formedable

Ces paramètres viennent de Floopr

Code : Tout sélectionner

general.smoothScroll.currentVelocityWeighting			0.15	
general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS	12	
general.smoothScroll.msdPhysics.enabled				true	
general.smoothScroll.msdPhysics.motionBeginSpringConstant	600	
general.smoothScroll.msdPhysics.regularSpringConstant		650	
general.smoothScroll.msdPhysics.slowdownMinDeltaMS		25	
general.smoothScroll.msdPhysics.slowdownMinDeltaRatio		1.3
general.smoothScroll.msdPhysics.slowdownSpringConstant		250	
general.smoothScroll.scrollbars.durationMaxMS			150
general.smoothScroll.other.durationMinMS	150
general.smoothScroll.stopDecelerationWeighting			0.6
general.smoothScroll.msdPhysics.enabled				true
mousewheel.default.delta_multiplier_y	300