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

Vos requêtes concernant Mozilla Firefox, le navigateur Gecko alternatif, ne trouvèrent point de réponses lorsque vous cherchâtes ? Toute l'équipe Geckozone est prête à vous aider.

Modérateurs : myahoo, nico@nc, Mori, jpj

formedable
Lézard à collerette
Messages : 208
Inscription : 08 août 2020, 08:57

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

Message 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 !
The harpy
Salamandre
Messages : 28
Inscription : 22 janv. 2023, 18:55

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

Message 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
formedable
Lézard à collerette
Messages : 208
Inscription : 08 août 2020, 08:57

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

Message 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.
formedable
Lézard à collerette
Messages : 208
Inscription : 08 août 2020, 08:57

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

Message 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.
formedable
Lézard à collerette
Messages : 208
Inscription : 08 août 2020, 08:57

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

Message 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
bordeauxrouge
Gecko
Messages : 59
Inscription : 28 oct. 2017, 14:49

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

Message 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'?

formedable
Lézard à collerette
Messages : 208
Inscription : 08 août 2020, 08:57

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

Message 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.

formedable
Lézard à collerette
Messages : 208
Inscription : 08 août 2020, 08:57

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

Message 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
Répondre

Qui est en ligne ?

Utilisateurs parcourant ce forum : Google [Bot], Majestic-12 [Bot] et 5 invités