hsnaydd/moveTo

demo中的easeFunctions下的easeInQuad有点问题~我不知道是不是我写的有错

feibingbalabala opened this issue · 1 comments

easeInQuad: function (t, b, c, d) {
t /= d;
return c * t * t + b;
},
这个会导致如果页面有三个section,会卡在第二个section。

Can you write in English please?