Merge branch 'dev' of github.com:hakimel/reveal.js into dev

master
Hakim El Hattab 2013-07-14 18:19:52 -04:00
commit 6a32756908
1 changed files with 2 additions and 0 deletions

View File

@ -370,6 +370,8 @@ The display order of fragments can be controlled using the ```data-fragment-inde
When a slide fragment is either shown or hidden reveal.js will dispatch an event.
Some libraries, like MathJax (see #505), get confused by the initially hidden fragment elements. Often times this can be fixed by calling their update or render function from this callback.
```javascript
Reveal.addEventListener( 'fragmentshown', function( event ) {
// event.fragment = the fragment DOM element