I have three divs:
<div id="main">
TEXT
</div>
<div id="secondary">
TEXT
</div>
<div id="third">
TEXT
</div>
Now I need to add a simple javascript that will scroll smoothly (with a smooth CSS3 animation) when click within an anchor tag.
Example: When I click on <a href="#main">Go to bottom</a>
It will scroll then to the main div smoothly. I will need to implement this on my Wordpress.
I hope you guys could help. Thanks!