目录

为页内链接添加滚动动画

使用了CSS3的一个属性

html {
    scroll-behavior: smooth;
}

同时适配了标题元素的scroll-margin-top属性的值,根据页面宽度设置为80px90px

为菜单添加动画:display: none 的平替

参考文献:https://www.cnblogs.com/yangzhou33/p/9119596.html

- Total words: 155 -