使用航点Jquery平滑滚动(动画)

时间:2013-10-11 11:35:26

标签: javascript jquery jquery-animate smooth-scrolling

我正试图在我的新网站上顺利滚动。

请看这个网站:http://asher-gallery.com/

有3个块我想链接到“a href =#(。*)”,我可以像这样顺利滚动:http://asher-gallery.com/1/

我更改了参数及其移动到块位置,但没有使用动画...

我希望你们可以帮助我!

THX!

2 个答案:

答案 0 :(得分:0)

如果你将它包装在点击事件中,这样的东西应该有用

$("html, body").animate({ scrollTop: $('#element-to-scroll-to').offset().top }, 300);

答案 1 :(得分:0)

CSS类不能以数字开头,如果您的类类似 class =" 1" ,则代码忽略。