1、用transform:translateY移动,避免直接操作top、margin-top等导致页面频繁reflow 2、touchmove的handler里面,需要执行preventDefault(),屏蔽掉原生滚动
你的需求我做過類似的,自己實現 elastic scrolling,用的 touchmove 和 transform3d。 毫無違和感。 https://bumfo.github.io/overflow.html
1、用transform:translateY移动,避免直接操作top、margin-top等导致页面频繁reflow
2、touchmove的handler里面,需要执行preventDefault(),屏蔽掉原生滚动