scrolltop with animate not working

后端 未结 6 820
梦毁少年i
梦毁少年i 2020-12-01 11:53

I\'m trying to animate while scrolling but no luck with my code...

I have this jquery

$(window).scrollTop(200);

Now wanted to give

6条回答
  •  渐次进展
    2020-12-01 12:30

    if you have html and body style height:100%; its not working use

    height: auto;
    min-height: 100%;
    

提交回复
热议问题