Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djgrant/heidelberg

A Sass powered animated book plugin
https://github.com/djgrant/heidelberg

css

Last synced: 12 days ago
JSON representation

A Sass powered animated book plugin

Awesome Lists containing this project

README

        

Heidelberg
==========

Industrially pressed CSS3 animated books.

### Dependencies

* jQuery

To deliver maximum browser support Heidelberg requires:

* Vendor prefixes (prefixfree is used in demo, you could use Autoprefixer)
* Polyfill for .bind() (MDN polyfill is used in demo)
* Feature test for css 3d transforms (Modernizr is used in demo)

To respond to swipe and tap events:

* HammerJS