Merge pull request #1113 from brndnb/patch-1

grammar
This commit is contained in:
Hakim El Hattab 2015-02-25 15:53:39 +01:00
commit 04e38c8c07
1 changed files with 1 additions and 1 deletions

View File

@ -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.