Scroll to a specific Element Using html

前端 未结 10 1354
猫巷女王i
猫巷女王i 2020-12-02 12:09

Is there a method in html which makes the webpage scroll to a specific Element using HTML !?

10条回答
  •  遥遥无期
    2020-12-02 12:48

    Should you want to resort to using a plug-in, malihu-custom-scrollbar-plugin, could do the job. It performs an actual scroll, not just a jump. You can even specify the speed/momentum of scroll. It also lets you set up a menu (list of links to scroll to), which have their CSS changed based on whether the anchors-to-scroll-to are in viewport, and other useful features.

    There are demo on the author's site and let our company site serve as a real-world example too.

提交回复
热议问题