Anchor Scrolling - is That In HU2, Or J4? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Anchor Scrolling - is That In HU2, Or J4?

B

blue_Shift

Helix Framework 4 years ago

I notice that vertical scrolling works, but I need to change its speed and vertical offset. Is that functionality inherent in Helix Ultimate 2.01 or is it native to Joomla 4 now?

0
4 Answers
B
blue_Shift
Accepted Answer
3 years ago #44965

What I was looking for was

html {
scroll-padding:100px; /*or whatever*/
}

A very useful video here https://www.youtube.com/watch?v=_Yi015ZC21U

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #29419

Hi there!

Thanks for your query.

You can use third party extensions for this.

If you use any one page templates from us, then it genuinely scrolls smoothly.

However, you can try the following code in your custom css to achieve smooth scrolling:

*{scroll-behavior: smooth !important;}

Hope this helps!

Best Regards

0
B
blue_Shift
Accepted Answer
4 years ago #29427

It already scrolls smoothly - just too fast, and it overshoots the tag. (Am trying out a 3rd party, but we are talking about J4 here, not my well-used apps for J3.)

My project is a bare metal build from J 4.0.0 and HU 2.0.1

0
B
blue_Shift
Accepted Answer
4 years ago #29464

As it happens, the component I was using has a scroll speed parameter buried deep inside the links (buttons) options. I mean buried. And deep. So all is well and good.

0