From 028a298341942ef6d928aa34ba226e41b4ae0f19 Mon Sep 17 00:00:00 2001 From: Bartek Szopka Date: Fri, 20 Apr 2012 21:45:36 +0000 Subject: [PATCH] removed double dashes `--` from HTML comments as Firefox was marking them as invalid --- index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 467813c..2e56592 100644 --- a/index.html +++ b/index.html @@ -10,12 +10,12 @@ _.' : `._ .-.'`. ; .'`.-. __ / : ___\ ; /___ ; \ __ - ,'_ ""--.:__;".-.";: :".-.":__;.--"" _`, - :' `.t""--.. '<@.`;_ ',@:` ..--""j.' `; - `:-.._J '-.-'L__ `-- ' L_..-;' + ,'_ ""=-.:__;".-.";: :".-.":__;.-="" _`, + :' `.t""=-.. '<@.`;_ ',@:` ..-=""j.' `; + `:-.._J '-.-'L__ `-.-' L_..-;' "-.__ ; .-" "-. : __.-" - L ' /.------.\ ' J - "-. "--" .-" + L ' /.======.\ ' J + "-. "__" .-" __.l"-:_JL_;-";.__ .-j/'.; ;"""" / .'\"-. .' /:`. "-.: .-" .'; `. @@ -31,7 +31,7 @@ : `."-; : ; : ; / ; ; -: ; : ; : .-" : :\ \ : ; : \.-" : - ;`. \ ; : ;.'_..-- / ; + ;`. \ ; : ;.'_..-= / ; : "-. "-: ; :/." .' : \ \ : ;/ __ : \ .-`.\ /t-"" ":-+. : @@ -48,8 +48,8 @@ So you'd like to know how to use impress.js? - You've made the first, very important step -- you're reading the source code. - And that's how impress.js presentations are built -- with HTML and CSS code. + You've made the first, very important step - you're reading the source code. + And that's how impress.js presentations are built - with HTML and CSS code. Believe me, you need quite decent HTML and CSS skills to be able to use impress.js effectively. And what is even more important, you need to be a designer, too, because there are no default @@ -296,12 +296,12 @@ So to make a summary of all the possible attributes used to position presentation steps, we have: - * `data-x`, `data-y`, `data-z` -- they define the position of **the center** of step element on + * `data-x`, `data-y`, `data-z` - they define the position of **the center** of step element on the canvas in pixels; their default value is 0; - * `data-rotate-x`, `data-rotate-y`, 'data-rotate-z`, `data-rotate` -- they define the rotation of + * `data-rotate-x`, `data-rotate-y`, 'data-rotate-z`, `data-rotate` - they define the rotation of the element around given axis in degrees; their default value is 0; `data-rotate` and `data-rotate-z` are exactly the same; - * `data-scale` -- defines the scale of step element; default value is 1 + * `data-scale` - defines the scale of step element; default value is 1 These values are used by impress.js in CSS transformation functions, so for more information consult CSS transfrom docs: https://developer.mozilla.org/en/CSS/transform