A coverflow-like jquery plugin.

How to use

html:

<ul id="demo">
    <li>1</li>
    <li>2</li>
    <li>3</li>
    <li>4</li>
    <li>5</li>
</ul>

js:

$('#demo').skywheel();

Notice

Requirements: jquery

Browsers: Firefox / Chrome / Safari

There must be >= 5 elements in the list!

DEMO





  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • click me!