diff --git a/website/docs/nav.html b/website/docs/nav.html index 00fc1d3..46f6af0 100644 --- a/website/docs/nav.html +++ b/website/docs/nav.html @@ -13,7 +13,7 @@ Getting Started API reference
+ HomeCSS.htmlHTML.htmlJavaScript.htmlPlugins.html PluginsAt the same time, the impress-on-* class is added to the body element, the class name represents the active Step Element id. This allows for custom global styling, since you can't match a CSS class backwards from the active Step Element to the body.
At the same time, the The order in which the CSS By default the rotation order is By default the rotation order is Did you find something that can be improved? Then create an issue so that we can discuss it! Did you find something that can be improved? Then
diff --git a/website/docs/reference/Plugins.html b/website/docs/reference/Plugins.html
index a0888ec..9647f78 100644
--- a/website/docs/reference/Plugins.html
+++ b/website/docs/reference/Plugins.html
@@ -18,7 +18,7 @@
Many new features are implemented as plugins. The Plugins documentation is the starting place to learn about those, as well as the README.md of each plugin. Many new features are implemented as plugins. The Plugins documentation is the starting place to learn about those, as well as the README.md of impress-on-* class is added to the body element, the class name represents the active Step Element id. This allows for custom global styling, since you can't match a CSS class backwards from the active .impress-on-overview .step {
opacity: 1;
diff --git a/website/docs/reference/HTML.html b/website/docs/reference/HTML.html
index fb876c3..a141da4 100644
--- a/website/docs/reference/HTML.html
+++ b/website/docs/reference/HTML.html
@@ -184,7 +184,7 @@ the value of the previous slide. This means, you need to explicitly set these va
3D Rotation Order (data-rotate-order)
rotateX(), rotateY(), rotateZ() transforms are applied matters. This is because each rotation is relative to the then current position of the element.data-rotate-order="xyz". For some advanced uses you may need to change it. The demo presentation 3D rotations sets this attribute to rotate some steps into positions that are impossible to reach with the default order.data-rotate-order="xyz". For some advanced uses you may need to change it. The demo presentation
diff --git a/website/docs/reference/JavaScript.html b/website/docs/reference/JavaScript.html
index 6b9e7de..27b66d9 100644
--- a/website/docs/reference/JavaScript.html
+++ b/website/docs/reference/JavaScript.html
@@ -104,7 +104,7 @@ rootElement.addEventListener( "impress:stepleave", function(event) {
});
Improve The Docs
-Plugins
-