JavaScript tool scrollable with Flowplayer
Features:
I want to take a bunch of HTML nodes and do following things with them
- make those items scrollable horizontally or vertically
- decide how many items are visible at once
- scroll elements with mouse, arrow keys and mouse wheel (requires mousewheel.js)
- setup navigation buttons without programming
- setup tabbed (or similar) navigation without programming
- have programmatic actions: next, prev, nextPage, prevPage, seekTo, begin, end ...
- need to know when list is scrolled with custom event listener
- I want this all in single js file that weights only 3.9 Kb!
As we are on Flowplayer site a natural usage for this tool is a robust scrollable playlist. I crawled the web and I couldn't find a scrolling solution that does this obvious thing nice and easily - they were too complex to use. So this tool was made.
Visit the Flowplayer >> http://www.flowplayer.org/
Subscribe to post feed