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
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