Skip to content

Commit

Permalink
Add comment to not enable impulse scrolling on the Mac
Browse files Browse the repository at this point in the history
It makes Chromium feel sluggish in scrolling and makes it stand out
but in a bad way.

Bug: none
Change-Id: Ic177125dc9254788fc37ad9992eee6fd19f70aeb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2855037
Commit-Queue: Avi Drissman <avi@chromium.org>
Commit-Queue: ccameron <ccameron@chromium.org>
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Auto-Submit: Avi Drissman <avi@chromium.org>
Reviewed-by: ccameron <ccameron@chromium.org>
Reviewed-by: Robert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#876800}
  • Loading branch information
Avi Drissman authored and Chromium LUCI CQ committed Apr 27, 2021
1 parent 39371a7 commit 4385419
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cc/base/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const base::Feature kAnimatedImageResume = {"AnimatedImageResume",
base::FEATURE_DISABLED_BY_DEFAULT};

// Enables impulse-style scroll animations in place of the default ones.
//
// Note: Do not enable this on the Mac. The animation does not match the system
// scroll animation curve to such an extent that it makes Chromium stand out in
// a bad way.
const base::Feature kImpulseScrollAnimations = {
"ImpulseScrollAnimations",
base::FEATURE_DISABLED_BY_DEFAULT};
Expand Down

0 comments on commit 4385419

Please sign in to comment.