dreinke / CSS3-transitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS3 Transitions

Uma apresentação rápida sobre transições em CSS3.

reveal.js Build Status

A framework for easily creating beautiful presentations using HTML. Check out the live demo.

Installation

The basic setup is for authoring presentations only. The full setup gives you access to all reveal.js features as well as the development tasks needed to make changes to the source.

Basic setup

The core of reveal.js is very easy to install. You'll simply need to download a copy of this repository and open the index.html file directly in your browser.

  1. Download a copy of reveal.js from https://github.com/hakimel/reveal.js/archive/master.zip

  2. Unzip and replace the example contents in index.html with your own

  3. Open index.html in a browser to view it

Full setup

Some reveal.js features, like external markdown, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.

  1. Install Node.js

  2. Install Grunt

  3. Clone the reveal.js repository

$ git clone git@github.com:hakimel/reveal.js.git
  1. Install dependencies
$ npm install
  1. Serve the presentation and monitor source files for changes
$ grunt serve
  1. Open http://localhost:8000 to view your presentation

Folder Structure

  • css/ Core styles without which the project does not function
  • js/ Like above but for JavaScript
  • plugin/ Components that have been developed as extensions to reveal.js
  • lib/ All other third party assets (JavaScript, CSS, fonts)

License

MIT licensed

Copyright (C) 2013 Hakim El Hattab, http://hakim.se

About

License:MIT License


Languages

Language:JavaScript 98.8%Language:Perl 1.1%Language:PHP 0.1%