removed double dashes -- from HTML comments as Firefox was marking them as invalid
This commit is contained in:
22
index.html
22
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
|
||||
|
||||
Reference in New Issue
Block a user