How would I detect wether a horizontal scroll bar is at the end.
I have got this far with adding horizontal scrolling shadows: http://codepen.io/hugo/pen/kCveF
but I would like to remove the class ".shadow-middle" and add the class".shadow-left" when the scroll bar gets to the end.
How would I do this?