Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #778475

    Hello,

    When the page loads and you try to scroll down, the screen jumps to the next section. Why? How can I make it move smoothly like normal?

    Best regards,
    Ashkan

    #778528

    Hey Ashkanpersian,
    I can’t duplicate that in Chrome, Edge, Firefox, or Safari what browser are you using?

    The first time I read your question I was thinking that you found the shrinking in header area to be too fast so I came up with this:

    .av_header_top {
    	-webkit-transition: all 0.9s linear!important; 
    	-moz-transition: all 0.9s linear!important;
    	-o-transition: all 0.9s linear!important;
    	transition: all 0.9s linear!important;
    }

    How that I read your post again I see not, but I’ll put it here for someone in the future :)

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.