【问题标题】:How to create a nice & smooth scrolling effect on page?如何在页面上创建漂亮流畅的滚动效果?
【发布时间】:2014-04-20 17:22:47
【问题描述】:

所有浏览器的默认滚动效果都是跳跃的。如何使用 jquery 为我的网站提供漂亮流畅的滚动效果?

【问题讨论】:

标签: javascript jquery html css


【解决方案1】:

scrollTo 插件运行良好。

$('#myElem').scrollTo('#someOtherElem', time, onfinishedcallback(){});

Here is a fiddle

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-04-29
    • 2014-05-13
    • 1970-01-01
    • 1970-01-01
    • 2012-03-16
    • 2011-09-21
    • 2015-02-04
    相关资源
    最近更新 更多