Merge pull request #466 from enedil/patch-1

Added missing "
This commit is contained in:
Bartek Szopka
2015-03-10 15:17:18 +01:00

View File

@@ -157,7 +157,7 @@
Positioning information is passed through data attributes. Positioning information is passed through data attributes.
In the example below we only specify x and y position of the step element with `data-x="-1000"` In the example below we only specify x and y position of the step element with `data-x="-1000"`
and `data-y="-1500` attributes. This means that **the center** of the element (yes, the center) and `data-y="-1500"` attributes. This means that **the center** of the element (yes, the center)
will be positioned in point x = -1000px and y = -1500px of the presentation 'canvas'. will be positioned in point x = -1000px and y = -1500px of the presentation 'canvas'.
It will not be rotated or scaled. It will not be rotated or scaled.