No description
Find a file
2011-08-26 12:03:13 +08:00
core Removing scalability on intro deck for now 2011-08-26 12:03:13 +08:00
extensions Amending jbuck's changes for style 2011-08-26 11:30:16 +08:00
introduction Removing scalability on intro deck for now 2011-08-26 12:03:13 +08:00
test IE fixes 2011-08-22 19:11:53 +08:00
themes BG attachment fixed on web2 theme for greater good 2011-08-22 17:37:57 +08:00
.gitignore Add tests for a more complex html structure, adjust core 2011-05-29 11:07:29 +08:00
GPL-license.txt Ridiculous giant update 2011-08-08 11:19:46 +08:00
MIT-license.txt Ridiculous giant update 2011-08-08 11:19:46 +08:00
modernizr.custom.js Using a build of Modernizr with more tests + addTest 2011-08-23 18:36:32 +08:00
README.md update README 2011-08-23 01:07:40 +08:00

#deck.js

A JavaScript library for building modern HTML presentations. deck.js is flexible enough to let advanced CSS and JavaScript authors craft highly customized decks, but also provides templates and themes for the HTML novice to build a standard slideshow.

Dependencies

Documentation

Check out the documentation page for more information on the methods, events, and options available in core and all the included extensions. A sample standard slide deck is included in the package under the introduction folder. You can also view that sample deck online to play with the available style and transition themes.

Tests & Support

Unit tests are written with Jasmine and jasmine-jquery. You can run them here.

deck.js has been tested with jQuery 1.6+ and works in IE7+, Chrome, FF, Safari, and Opera. The more capable browsers receive greater enhancements, but a basic cutaway slideshow will work for all browsers listed above. Please don't give your presentations in IE6.

License

Copyright (c) 2011 Caleb Troughton

Dual licensed under the MIT license and GPL license.

In the Works

  • Add touch gesture controls to certain modules.