/inertia.js

a free open-source browser-based presentation using javascript, html5 and css3

Primary LanguageJavaScriptOtherNOASSERTION

inertia.js ==========

a free open-source browser-based presentation using javascript, html5 and css3 Download here

Demo

version 1.21

  1. https://dl.dropboxusercontent.com/u/15594195/inertia.v1.21.sample/index.html

version 1.19

  1. https://dl.dropboxusercontent.com/u/15594195/inertia.v1.19/index.html#0
  2. https://dl.dropboxusercontent.com/u/15594195/inertia.v.19.sample/index.html#0
  3. https://dl.dropboxusercontent.com/u/15594195/bssw/index.html#0

Basic

		<script src="./js/inertia.js"></script>
		<script src="./js/inertia.effects.js"></script>
		<link type='text/css' rel='stylesheet' href='./css/inertia.core.css'></link>
		<link type='text/css' rel='stylesheet' href='./theme/inertia.default.css'></link>
		<link type='text/css' rel='stylesheet' href='./theme/inertia.custom.css'></link>

inertia.js is the code javascript code.
inertia.effects.js contains transition/animations and of course effects.
inertia.core.css contains CSS Reset and some core CSS style.
inertia.default.css and inertia.custom.css are the key ingredient for themes :-)

		<presentation-view>
			<slide>
				this is an example of slide.. :-) 
			</slide>
			<slide>
			  another example of slide.. :-) 
			</slide>
		</presentation-view>

presentation-view tag handles the 3d state of each slides

for questions and suggestions..email me at jimbertamante@gmail.com