francejs / effroi

Codename : effroi
MIT License
27 stars 6 forks source link

Scroll APIs #6

Open nfroidure opened 11 years ago

nfroidure commented 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);
nfroidure commented 11 years ago

Done for mouse : https://github.com/francejs/effroi/commit/0cf4ab68b1ed6a6596f0ddbf24e725030928a03a

nfroidure commented 11 years ago

Done for touch : https://github.com/francejs/effroi/commit/f2d551ac678d95654379d47a0061836652e78b13