diff options
author | Hakim El Hattab | 2013-07-14 17:47:49 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-07-14 17:47:49 -0400 |
commit | fe4315e912f708e08122027632e56ddf9a946e15 (patch) | |
tree | d2f749fb166130a7e1477dd9897376dc6d6b7eff /README.md | |
parent | 0cb6eab9795c1fef956a44722b4bfedb1e7378d5 (diff) |
readme update for #505
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 |