2013-01-21 32 views

回答

0

你可以試試iscroll4可以幫助你的問題在所有的瀏覽器支持容易實現。

+1

hmmmm ...不幸的是我沒有找到任何方式來實現在script.anyways緩解功能,非常感謝你的努力 – Michel

0

平滑滾動支持緩解:https://github.com/kswedberg/jquery-smooth-scroll 應該符合你的需求:

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

我希望每次都可以拍攝效果,而不是當some1擊中一個按鈕......反正.......非常感謝...... – Michel