For some reason, can there be a very sharp scrolling of the site in the mobile browser chrome ios? I would like to see it smooth with a slight delay.

    1 answer 1

    Do you have a software scroll, or scrolling, that a user makes directly? If software, then just put a scrolling delay, like this:

    destination = $(elementClick).offset().top; $("html:not(:animated),body:not(:animated)").animate({scrollTop: destination}, 1100); 
    • I'm sorry, but what does software mean?) I go to the site as a user and scroll it, but it scrolls abruptly, stops abruptly and does not go) - Artyom Sosonko
    • Give the site address, I'll check it out. Maybe you just have some glitches ... sometimes it happens - Stanislav
    • there is no glitch, it is checked by visiting other sites, and the site itself is on LAN .. - Artyom Sosonko
    • then I can hardly help you ... - Stanislav