Skip to content

djgrant/heidelberg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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