Site logo

Archived topic

Shake in Scroll

9 replies · Started by Sourabh on July 20, 2021

Viewing posts 1–10 of 10

HI,

There is a whole block shake during scroll in the sidebar (snapshot and URL attached).

Even just I have added only font-weight for scroll, then still when you hover up to down the entire sidebar shakes.

Can you please guide how to make it scroll smoothly (can remove box shake).

Hi there,

Can you specify what does it mean by block shake during scroll?

I don't think I see it:
[removed as per user's request]

Let me know if I miss anything.

HI,

I requested you to see the side bar and you checking page body... well recorded a video if you can understand.

Shake in the side bar when you scroll fast, I have just added hover font-weight but it's not smooth and shaking the whole block during scroll, so want to make it smooth.

It's because you changed its font size as well as the font weight on hover.
[removed as per user's request]

.is-right-sidebar .widget:not(.zoom-social-icons-widget) li a:hover {
    font-size: 14px;
	color: #000;
        font-weight: 500;
}

Remove the line of font-size: 14px;should fix the issue.

Hi,

I added changed font size later raising the ticket, however even removing the font size doesn't solve the issue...see I have removed the font size but nothing is solved...

i know its due to font-weight, but it works well when i change the main color to color: #ddd; and hover color remain #000, then it's working smooth...but visibility is less hence cant do it...

suggest something else..

Hi there,

There's no other way to do this if you wish to keep the font-weight. It's simply the way things work for font properties. They don't resize linearly as these properties don't accept css transition properties.

Consider changing the hover effects of the links.

Instead of changing the font-weight and font-size, consider changing the color of the font instead or displaying an underline for visibility.

Fine...

Do me a favor and please remove both screen cast shared by Ying.

Screencast removed. :D

Thanks

No problem. :D

This archived topic is closed to new replies.