Smooth scroll anchor links WITHOUT jQuery

前端 未结 14 1931
暗喜
暗喜 2020-11-30 20:06

Is it possible to use smooth scroll to anchor links but without jQuery? I am creating a new site and I don\'t want to use jQuery.<

14条回答
  •  眼角桃花
    2020-11-30 20:50

    CSS3 transitions with a :target selector can give a nice result without any JS hacking. I was just contemplating whether to imlement this but without Jquery it does get a bit messy. See this question for details.

提交回复
热议问题