Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 395 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 395 Bytes

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