Hello!

I've found an "inflexibility" of the page scrolling logic.

  • Go to the following demo:http://flowplayer.org/tools/demos/scrollable/navigation.html
  • Now scroll down to the second example ("Page scroll").
  • We see [0][1][2][3][4]
  • Use your mouse wheel to scroll one item ahead (visible [1][2][3][4][5])
  • Click on RIGHT ARROW icon
  • it scrolls all the way to [10][11][12][13][14] (!?)

It is supposed to scroll 5 items ahead, but instead it detects we are after page 1 (but not on 2), so it skips to page 3 ?

It might be consistent with the API or whatever, but it is totally unusable and confusing for the user. I believe that paging navigation should be handled in regard to current offset.

Cheers!