Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 622 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 622 Bytes

origami.js

Creates a "FlipBoard" style unordered list of items that you can flip through in 3D.

Usage

Simply drop the CSS onto any page:

<link rel="stylesheet" type="text/css" href="origami.css"/>

Then, include the JavaScript with jQuery (or Zepto!):

<script type="text/javascript" src="jquery-1.7.2.js"></script>
<script type="text/javascript" src="origami.js"></script>

See the included demo page for usage.

License

Copyright 2012 Entropi Software, LLC.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0