Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flochtililoch/coverflow
Coverflow using CSS3 transformation, rewrite of Addy Osmani & Paul Bakaus Coverflow to ensure a clean separation of dependencies.
https://github.com/flochtililoch/coverflow
Last synced: about 5 hours ago
JSON representation
Coverflow using CSS3 transformation, rewrite of Addy Osmani & Paul Bakaus Coverflow to ensure a clean separation of dependencies.
- Host: GitHub
- URL: https://github.com/flochtililoch/coverflow
- Owner: flochtililoch
- License: mit
- Created: 2012-02-14T16:02:05.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-14T21:51:33.000Z (almost 12 years ago)
- Last Synced: 2024-04-13T08:08:24.225Z (7 months ago)
- Language: JavaScript
- Homepage: http://dl.dropbox.com/u/27207475/coverflow/web/index.html
- Size: 713 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
Coverflow Reworked
====================Introduction
---------------------Rewrite of Addy Osmani & Paul Bakaus Coverflow to ensure a clean separation of dependencies
Requirements
---------------------* jQuery 1.7.1
* [HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate "HTML5 Boilerplate on Github") (included as submodule)
* [jQuery UI](https://github.com/jquery/jquery-ui "jQuery UI on Github") - Widget component onlyOptional (included as submodules)
---------------------Slider support : (part of [jQuery UI](https://github.com/jquery/jquery-ui "jQuery UI on Github"), included in requirements)
* jQuery UI Mouse Component
* jQuery UI Slider ComponentMousewheel support :
* [jquery.mousewheel.js](https://github.com/brandonaaron/jquery-mousewheel "jquery.mousewheel.js on Github")
Swipe support for touch devices :
* [jquery.swipe.js](https://github.com/sgentile/jquery.swipe "jquery.swipe.js on Github")