Element.scrollIntoView() method animation speed too slow in ChromeHow can you speed up Eclipse?How can I check whether a variable is defined in JavaScript?Why is the Android emulator so slow? How can we speed up the Android emulator?Disable same origin policy in ChromeHow do I speed up the scroll speed in a JScrollPane when using the mouse wheel?Change speed during animationHow do I animate constraint changes?Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?Transitioning from animated to not animated in Chrome vs FirefoxGoogle Chrome: Simultaneously 'smooth' scrollIntoView() with more elements doesn't work
Why isn't aluminium involved in biological processes?
Why is Katakana not pronounced Katagana?
Why did Spider-Man take a detour to Dorset?
What details should I consider before agreeing for part of my salary to be 'retained' by employer?
What is the meaning of [[:space:]] in bash?
Intel 8080-based home computers
Is there an English equivalent for "Les carottes sont cuites", while keeping the vegetable reference?
Did 007 exist before James Bond?
When to ask for constructive criticism?
Is straight-up writing someone's opinions telling?
Index Uniqueness Overhead
What is the German word or phrase for "village returning to forest"?
Will a contempt of congress lawsuit actually reach the merits?
Why don't commercial aircraft adopt a slightly more seaplane-like design to allow safer ditching in case of emergency?
Should I be able to keep my company purchased standing desk when I leave my job?
What are the arguments for California’s nonpartisan blanket (jungle) primaries?
How to say no to more work as a PhD student so I can graduate
Cauchy reals and Dedekind reals satisfy "the same mathematical theorems"
Why did Steve Rogers choose this character in Endgame?
Investing 30k Euro as a student with basic financial knowledge but lack of time
(Piano) is the purpose of sheet music to be played along to? Or a guide for learning and reference during playing?
Finding the package which provides a given command
Can a Resident Assistant Be Told to Ignore a Lawful Order?
Can an American visitor in Canada get critical medications sent from home?
Element.scrollIntoView() method animation speed too slow in Chrome
How can you speed up Eclipse?How can I check whether a variable is defined in JavaScript?Why is the Android emulator so slow? How can we speed up the Android emulator?Disable same origin policy in ChromeHow do I speed up the scroll speed in a JScrollPane when using the mouse wheel?Change speed during animationHow do I animate constraint changes?Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?Transitioning from animated to not animated in Chrome vs FirefoxGoogle Chrome: Simultaneously 'smooth' scrollIntoView() with more elements doesn't work
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Is there any way to adjust Element.scrollIntoView() scrolling speed with defined transition animation as behavior: "smooth". Somehow, scrolling is too slow in Chrome, but fine in Firefox.
javascript performance animation scroll js-scrollintoview
add a comment |
Is there any way to adjust Element.scrollIntoView() scrolling speed with defined transition animation as behavior: "smooth". Somehow, scrolling is too slow in Chrome, but fine in Firefox.
javascript performance animation scroll js-scrollintoview
No, not with the standard method.
– Kaiido
Mar 26 at 8:21
@Kaiido does the same apply towindow.scrollTo(). I mean, do they implement the same algos for animation?
– ogostos
Mar 26 at 8:29
Yes they do indeed.
– Kaiido
Mar 26 at 8:29
@Kaiido thanks!
– ogostos
Mar 26 at 8:30
I'm building an app at the moment and have the same problem. It's fine in iOS also. Non-native scroll libraries are unfortunately so janky.
– jameslol
May 10 at 2:32
add a comment |
Is there any way to adjust Element.scrollIntoView() scrolling speed with defined transition animation as behavior: "smooth". Somehow, scrolling is too slow in Chrome, but fine in Firefox.
javascript performance animation scroll js-scrollintoview
Is there any way to adjust Element.scrollIntoView() scrolling speed with defined transition animation as behavior: "smooth". Somehow, scrolling is too slow in Chrome, but fine in Firefox.
javascript performance animation scroll js-scrollintoview
javascript performance animation scroll js-scrollintoview
edited Mar 26 at 8:56
ogostos
asked Mar 26 at 8:16
ogostosogostos
6181 gold badge7 silver badges22 bronze badges
6181 gold badge7 silver badges22 bronze badges
No, not with the standard method.
– Kaiido
Mar 26 at 8:21
@Kaiido does the same apply towindow.scrollTo(). I mean, do they implement the same algos for animation?
– ogostos
Mar 26 at 8:29
Yes they do indeed.
– Kaiido
Mar 26 at 8:29
@Kaiido thanks!
– ogostos
Mar 26 at 8:30
I'm building an app at the moment and have the same problem. It's fine in iOS also. Non-native scroll libraries are unfortunately so janky.
– jameslol
May 10 at 2:32
add a comment |
No, not with the standard method.
– Kaiido
Mar 26 at 8:21
@Kaiido does the same apply towindow.scrollTo(). I mean, do they implement the same algos for animation?
– ogostos
Mar 26 at 8:29
Yes they do indeed.
– Kaiido
Mar 26 at 8:29
@Kaiido thanks!
– ogostos
Mar 26 at 8:30
I'm building an app at the moment and have the same problem. It's fine in iOS also. Non-native scroll libraries are unfortunately so janky.
– jameslol
May 10 at 2:32
No, not with the standard method.
– Kaiido
Mar 26 at 8:21
No, not with the standard method.
– Kaiido
Mar 26 at 8:21
@Kaiido does the same apply to
window.scrollTo(). I mean, do they implement the same algos for animation?– ogostos
Mar 26 at 8:29
@Kaiido does the same apply to
window.scrollTo(). I mean, do they implement the same algos for animation?– ogostos
Mar 26 at 8:29
Yes they do indeed.
– Kaiido
Mar 26 at 8:29
Yes they do indeed.
– Kaiido
Mar 26 at 8:29
@Kaiido thanks!
– ogostos
Mar 26 at 8:30
@Kaiido thanks!
– ogostos
Mar 26 at 8:30
I'm building an app at the moment and have the same problem. It's fine in iOS also. Non-native scroll libraries are unfortunately so janky.
– jameslol
May 10 at 2:32
I'm building an app at the moment and have the same problem. It's fine in iOS also. Non-native scroll libraries are unfortunately so janky.
– jameslol
May 10 at 2:32
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55352540%2felement-scrollintoview-method-animation-speed-too-slow-in-chrome%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55352540%2felement-scrollintoview-method-animation-speed-too-slow-in-chrome%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
No, not with the standard method.
– Kaiido
Mar 26 at 8:21
@Kaiido does the same apply to
window.scrollTo(). I mean, do they implement the same algos for animation?– ogostos
Mar 26 at 8:29
Yes they do indeed.
– Kaiido
Mar 26 at 8:29
@Kaiido thanks!
– ogostos
Mar 26 at 8:30
I'm building an app at the moment and have the same problem. It's fine in iOS also. Non-native scroll libraries are unfortunately so janky.
– jameslol
May 10 at 2:32