darsain / sly

JavaScript library for one-directional scrolling with item based navigation support.
http://darsa.in/sly
2.87k stars 497 forks source link

moveBy cause error in ie8 #294

Open kimay0 opened 6 years ago

kimay0 commented 6 years ago

I use sly for rolling. It works well in chrome, ie. But, in ie8, there is error when I use moveBy method.

the error is "Object doesn't support property or method 'call'".

why this error occur? could you fix it?