Scrolling to an Anchor using Transition/CSS3

前端 未结 10 881
-上瘾入骨i
-上瘾入骨i 2020-11-30 20:07

I have a series of links which are using an anchor mechanism:


      
10条回答
  •  粉色の甜心
    2020-11-30 21:11

    Just apply scroll behaviour to all elements with this one-line code:

    *{
    scroll-behavior: smooth !important;
    }

提交回复
热议问题