我搜索了很多为这个特殊代码添加光滑的粘性标题..没有什么对我有用
任何人,请为此编码添加动画..
(function ($) {
"use strict";
$("#header").affix({
offset: {
top: 100
, bottom: function () {
return (this.bottom = $('#copy').outerHeight(true))
}
}
})
})(jQuery);
提前致谢。
答案 0 :(得分:0)
使用css
#header{
transition-duration : 2s;
}
希望有所帮助