Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

bootstrap.js scrollspy with animated scroll

I'm currently using this plugin: http://github.com/davist11/jQuery-One-Page-Nav

but would prefer to switch to using Twitter's Bootstrap.js Scrollspy: http://twitter.github.com/bootstrap/javascript.html#scrollspy

However, this doesn't offer an option to animate the scroll movement when clicked. How can I add this?

like image 663
thv20 Avatar asked Jan 03 '12 11:01

thv20


1 Answers

You should take a look at http://plugins.jquery.com/scrollTo/, it should be faily simple to combine with bootstrap. I will happily give a more detailed explination on how to implement it if you would like.

like image 89
0x6C77 Avatar answered Sep 19 '22 15:09

0x6C77