Giter Club home page Giter Club logo

deck.js's Introduction

#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.

Quick Start

This repository includes a boilerplate.html as a starting point, with all the extensions included. Just download it, open boilerplate.html, and start editing your slides.

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.

Extensions, Themes, and Related Projects

Take a look at the wiki for lists of extensions, themes, and other related goodies. If you have a publicly available project of your own, feel free to add to the list.

Dependencies (included in this repository)

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.

For any questions or general discussion about deck.js please direct your attention to the mailing list (uses Google groups.) If you would like to report a bug, please see the issues page.

Known Bug(s)

There is an issue with certain builds of Chrome that result in a solid blue background and generally broken decks. This is a bug in Chrome (Issue 91518) that stems from hardware acceleration of 3d transforms. Current workarounds:

  • Use a different browser. This problem doesn't exist in Safari, FF, Opera.
  • Disable hardware compositing by setting --disable-accelerated-compositing in the Chrome loading options
  • Replace instances of translate3d with translate in the CSS of your decks (though this will slow down performance on iOS devices and Safari.)

Firefox contains a bug that allows users to scroll horizontally using the trackpad despite overflow-x:hidden. (Bug 664275 and Bug 325942.) If anyone knows of any workarounds to this issue please contact me.

Printing

Core includes stripped down black and white print styles for the standard slide template that is suitable for handouts.

Awesome Contributors

If you would like to contribute a patch to deck.js please do as much as you can of the following:

  • Add or amend Jasmine tests.
  • Add inline documentation.
  • If the standard snippet of an extension changes, please change it in both the introduction deck and the snippet html in the extension folder.
  • If the API changes, it would be awesome to receive a parallel pull request to the gh-pages branch which updates the public-facing documentation.

License

Copyright (c) 2011-2012 Caleb Troughton

Dual licensed under the MIT license and GPL license.

deck.js's People

Contributors

imakewebthings avatar knittl avatar jeremybanks avatar dougireton avatar cykod avatar awirick avatar alexch avatar jbuck avatar shawphy avatar

Watchers

Pankaj Bagwan avatar James Cloos avatar

Forkers

ducktypd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.