Skip to content

Instantly share code, notes, and snippets.

@robertcasanova
Created March 6, 2012 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertcasanova/1986809 to your computer and use it in GitHub Desktop.
Save robertcasanova/1986809 to your computer and use it in GitHub Desktop.
Cross device Carousel.
@robertcasanova
Copy link
Author

Modernizr Required

Markup

<div class="carousel">
       <a  title="next" class="next"><span></span></a>
       <a  title="prev" class="prev disable"><span></span></a>
       <ul>
         <li></li>
         <li></li>
       </ul>
       <div class="dots"></div>
</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment