Open nfroidure opened 11 years ago
Each device allow users to scroll. I assume we should give the ability to emulate scroll with each device. Here is an API that could suit that need:
device.scrollTo(x,y);
Done for mouse : https://github.com/francejs/effroi/commit/0cf4ab68b1ed6a6596f0ddbf24e725030928a03a
Done for touch : https://github.com/francejs/effroi/commit/f2d551ac678d95654379d47a0061836652e78b13
Each device allow users to scroll. I assume we should give the ability to emulate scroll with each device. Here is an API that could suit that need: