2013-01-21 30 views

回答

0

你可以试试iscroll4可以帮助你的问题在所有的浏览器支持容易实现。

+1

hmmmm ...不幸的是我没有找到任何方式来实现在script.anyways缓解功能,非常感谢你的努力 – Michel

0

平滑滚动支持缓解:https://github.com/kswedberg/jquery-smooth-scroll 应该符合你的需求:

$.smoothScroll({ 
    scrollTarget: '#yourdiv' 
    easing: "easeOutExpo" 
}); 
+0

我希望每次都可以拍摄效果,而不是当some1击中一个按钮......反正.......非常感谢...... – Michel