Hi!
You know you have a “go to the top” button that appears when one scrolls down, and when you click it, you don’t just jump to the top section, there’s a transition that makes the jump way nicer than just a normal plain “to the top” anchor. Well, I created a few links that go to the bottom of a particularly long page I have, and while they make the jump just fine, they have no “nice scrolling down” transition, could you give me the code I need to add to make them go to the bottom of the page with the same nice transition you use?
Thanks! :)
Hey therqworld!
Thank you for using Enfold.
Did you use anchor links?
<a href="#section">Click</a>
It will have smooth scrolling enabled by default.
Regards,
Ismael
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi!
Set “cases” in the Color Section (http://screencast.com/t/B1N7FH81e) instead of using a <a name='cases'></a>
.
Regards,
Josue
Thanks Josue! That did it! :)
You are welcome, always glad to help :)
Regards,
Josue
Hi!
Yes, as long as you point to an element with an ID set:
<div id="some">Hello World</div>
Best regards,
Josue