diff options
author | Hakim El Hattab | 2013-07-14 18:19:52 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-07-14 18:19:52 -0400 |
commit | 6a32756908c5d5ee8fd9fb485cebfcad39d82455 (patch) | |
tree | 2bdfe4a53f560fdbb749cd4bf82f5c06af54f7dd /README.md | |
parent | bf864c7a0d52cccff02f81f479c0f4d6264fb093 (diff) | |
parent | fe4315e912f708e08122027632e56ddf9a946e15 (diff) |
Merge branch 'dev' of github.com:hakimel/reveal.js into dev
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |