Native scroller created with overflow-x:scroll for horizontal carousel feels much more natural and fast, than trying to imitate all the physics via js and touch events api.
Also, currently carousel doesn't work in IE, as it supports only Pointer events, not Touch events, this change would fix that.