animation
animation copied to clipboard
Support horizontal scrollviews and onScroll callback
Changed the code so that the Scroll driver woks also for horizontal Scrollviews and allows the user to specify a callback on the options to be invoked each time the scroll value changes.
In my case I needed this to manually snap my scrollview which had content with dynamic width.