Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/djgrant/heidelberg
- Owner: djgrant
- License: mit
- Created: 2014-02-05T11:55:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T19:49:37.000Z (about 5 years ago)
- Last Synced: 2024-04-14T12:04:09.253Z (7 months ago)
- Topics: css
- Language: JavaScript
- Size: 7.23 MB
- Stars: 13
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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