Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Nice! Thanks, but had to fix the scroll wheel funtionality:

panner.children[0].addEventListener("mousewheel", onmousewheel);
panner.children[0].addEventListener("DOMMouseScroll", onmousewheel);

panner.children[0] instead of window

Thanks! Will test and add that to the next update.