diff options
author | Branden Byers | 2015-01-22 08:05:20 -0600 |
---|---|---|
committer | Branden Byers | 2015-01-22 08:05:20 -0600 |
commit | 2dccc2503123535bca16973f0a69d98d00d04f69 (patch) | |
tree | 519a693da36841621e5ff4302d8c3096fc0bcd5d | |
parent | 9a89e39367dda0d39a618c9672df59b95b7eb3a8 (diff) |
Fix small typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -374,7 +374,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. |