如何在固定标题中添加平滑动画

时间:2014-12-12 13:30:34

标签: jquery html css sticky

我搜索了很多为这个特殊代码添加光滑的粘性标题..没有什么对我有用

任何人,请为此编码添加动画..

(function ($) {
    "use strict";
    $("#header").affix({
        offset: {
            top: 100
        , bottom: function () {
            return (this.bottom = $('#copy').outerHeight(true))
        }
        }
    })
})(jQuery);

提前致谢。

1 个答案:

答案 0 :(得分:0)

使用css

#header{
  transition-duration : 2s;
}

希望有所帮助