Animate scroll to ID on page load

前端 未结 6 2187
野性不改
野性不改 2020-11-28 01:39

Im tring to animate the scroll to a particular ID on page load. I have done lots of research and came across this:

$(\"html, body\").animate({ scrollTop: $(\         


        
6条回答
  •  攒了一身酷
    2020-11-28 02:04

    for simple Scroll, use following style

    height: 200px; overflow: scroll;

    and use this style class which div or section you want to show scroll

提交回复
热议问题