You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This version of impress.js includes several add-ons, striving to make this a
253
265
full featured presentation app.</p>
266
+
<p>The previous step breaks the slide flow, changes the relative position and rotation.</p>
267
+
<p>This slide use <code>data-rel-inherit</code> to inherit relative position and rotation from the slide before previous slide, <em>and</em> use <code>data-rel-to</code> to make the relative calculation based on specified slide.</p>
<li>A new <ahref="https://github.com/impress/impress.js/blob/master/src/plugins/README.md">plugin framework</a> allows for rich extensibility,
261
275
without bloating the core rendering library.
262
276
<ul>
263
277
<liclass="substep">Press 'P' to open a presenter console.</li>
264
-
<liclass="substep">When you move the mouse, navigation controls are visible on your bottom left</li>
278
+
<liclass="substep">When you move the mouse, navigation controls are visible on your bottom right</li>
265
279
<liclass="substep">Autoplay makes the slides advance after a timeout</li>
266
280
<liclass="substep">Relative positioning plugin is often a more convenient way to position your slides when editing. (<ahref="https://github.com/impress/impress.js/blob/master/examples/classic-slides/index.html">See html for this presentation.</a>)</li>
0 commit comments