🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

skywheel is a simple jQuery plugin for easily creating Cover Flow-Like interface with Html unordered list and CSS3 transforms.

cover-flow CSS3 transforms

Documentation

A coverflow-like jquery plugin.

forked from qazwsxedc121/jq_skywheel. Add IE 10 support.

Demo

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 / IE10

There must be >= 5

  • elements in the list!


  • You May Also Like