July 28th, 4:00pm 0 comments

Animated Page Scroll with jQuery

Lately I've been seeing lots of websites using animated page scroll, it can be easily done with the help of jQuery. Here is how:

jQuery Code

The code gets the href from the anchor and uses it as the target element. If you want to adjust the scroll speed just change the 500.

Browser Support

  • Firefox
  • Safari
  • Chrome
  • Opera
  • Internet Explore 7 & 8
  • Internet Explore 6
Posted