aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-03-13 08:21:07 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-03-13 08:21:07 +0100
commitbcec81efbbf5fa8f4b7acdbabb0c1927c9cc7916 (patch)
treee0ea924cca2a914a164aee0208a3a7857ae89623 /README.md
parent46777415681e6e3622046d175491c4af7b65e363 (diff)
parent23ec0d083bed2889cc4f79ba2c33138bafba5ebb (diff)
downloadfreenode-live-2017-presentation-bcec81efbbf5fa8f4b7acdbabb0c1927c9cc7916.tar
freenode-live-2017-presentation-bcec81efbbf5fa8f4b7acdbabb0c1927c9cc7916.tar.gz
Merge branch 'master' of github.com:hakimel/reveal.js into dev
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c83e406..4786a06 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ reveal.js comes with a broad range of features including [nested slides](https:/
- [Changelog](https://github.com/hakimel/reveal.js/releases): Up-to-date version history.
- [Examples](https://github.com/hakimel/reveal.js/wiki/Example-Presentations): Presentations created with reveal.js, add your own!
- [Browser Support](https://github.com/hakimel/reveal.js/wiki/Browser-Support): Explanation of browser support and fallbacks.
+- [Plugins](https://github.com/hakimel/reveal.js/wiki/Plugins,-Tools-and-Hardware): A list of plugins that can be used to extend reveal.js.
## Online Editor
@@ -378,7 +379,7 @@ Reveal.isAutoSliding();
### Slide Changed Event
-An 'slidechanged' event is fired each time the slide is changed (regardless of state). The event object holds the index values of the current slide as well as a reference to the previous and current slide HTML nodes.
+A 'slidechanged' event is fired each time the slide is changed (regardless of state). The event object holds the index values of the current slide as well as a reference to the previous and current slide HTML nodes.
Some libraries, like MathJax (see [#226](https://github.com/hakimel/reveal.js/issues/226#issuecomment-10261609)), get confused by the transforms and display states of slides. Often times, this can be fixed by calling their update or render function from this callback.