There are animations on the page. If you scroll to the footer, and then refresh it, we’ll end up on the footer automatically, and if you scroll to the top, the animations are crookedly displayed. I tried to raise it like this, but it does not work:

jQuery(document).ready(function(){ jQuery(window).scrollTop(0).delay(800); }); 

Tried and without delay. Tip "plug in jquery" doesn't roll :)

    1 answer 1

    This is certainly not the best solution.

      jQuery(document).ready(function(){ jQuery('body').animate({ scrollTop: 0 }, 100); }); 
    • @YaroskavZaika Unfortunately, your solution does not work - Ivan Blohin
    • @ ivan-blohin console errors? - higimo
    • @higimo nea. So this problem remained unsolved - Ivan Blohin
    • @ ivan-blohin if you described what was happening or supplemented the question with a code, a link to the site, then we could help. To guess what your problem is, when you do not admit it, it is not accepted here. - higimo