aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Szopka <bartek.szopka+github@gmail.com>2012-04-20 21:45:36 +0000
committerBartek Szopka <bartek.szopka+github@gmail.com>2012-04-20 21:45:36 +0000
commit028a298341942ef6d928aa34ba226e41b4ae0f19 (patch)
tree3501755c78cc9159208c6b7e8f927e3be257a5fd
parent24cef7f5057c4d2dedbd5f60640c64da09181d02 (diff)
downloadimpress.js-028a298341942ef6d928aa34ba226e41b4ae0f19.tar.gz
removed double dashes `--` from HTML comments as Firefox was marking them as invalid
-rw-r--r--index.html22
1 files 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