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
Auto-Animate lets you create complex animations by automatically transitioning between matched elements across slides. Duration, delay and easing can be set on a per-slide or per-element basis.
This also introduces a new embedded config option, which allows presentations to reside within a portion of a page. Previously reveal.js always covered 100% of the page width and height.
The new keyboardCondition: 'focused' config option lets presentations capture keyboard events only when they're focused by the viewer.
The reveal.js core and built-in plugins have been rewritten as ES modules. This makes the project easier to maintain and makes reveal.js itself easier to include in a bundle. Two bundles are provided:
dist/reveal.js uses UMD and has broad cross browser support (ES5).
Adds a new r-stack layout helper for placing elements on top of each other.
Adds support for data-visibility="uncounted" to exclude slides from the progress bar and slide number count. #2543 by @lassepe
Adds Reveal.getComputedSlideSize API method.
Renames the Reveal.addEventListener and Reveal.removeEventListener API methods to Reveal.on and Reveal.off. Old names are aliased for backwards compatibility.
Removes the default border style from <img>s. Can be added with the r-frame class.
4.0.0
https://github.com/hakimel/reveal.js/releases/tag/4.0.0
Breaking Changes
This release includes a small number of breaking changes. Please read the Upgrade Instructions if you want to migrate an existing presentation.
Highlights
keyboardCondition: 'focused'
config option lets presentations capture keyboard events only when they're focused by the viewer.Changes
Reveal.initialize
method now returns a promise that resolves once reveal.js is ready and all plugins have finished initializing.slidetransitionend
event.data-visibility="uncounted"
to exclude slides from the progress bar and slide number count. #2543 by @lassepeReveal.getComputedSlideSize
API method.Reveal.addEventListener
andReveal.removeEventListener
API methods toReveal.on
andReveal.off
. Old names are aliased for backwards compatibility.<img>
s. Can be added with ther-frame
class.Plugins
Bug fixes
navigationMode: 'linear'
incorrectly hid valid vertical directions. #2582 by @earboxercontentedtable=false
was focused. #2650via Release notes from reveal.js https://github.com/hakimel/reveal.js/releases
May 20, 2020 at 04:25PM
The text was updated successfully, but these errors were encountered: