AlloyTeam / PhyTouch

Smooth scrolling, rotation, pull to refresh, page transition and any motion for the web - 丝般顺滑的触摸运动方案
http://alloyteam.github.io/PhyTouch/
MIT License
2.97k stars 526 forks source link

touchEnd的时候,被拉出的高度会先回弹到0,然后又弹出到this.to设置的值 #112

Closed tidiib closed 6 years ago

tidiib commented 6 years ago

touchEnd (evt, value) { if(value > 70){ this.to(60); } } touchMove没有做处理。