summaryrefslogtreecommitdiffhomepage
path: root/plugin/zoom-js/zoom.js
AgeCommit message (Collapse)Author
2019-03-04highlight, math, notes and zoom plugins now register via Reveal.registerPluginHakim El Hattab
2017-06-19zoom.js works on main wrapper elementHakim El Hattab
2017-06-19zoom.js uses ctrl+click for linux, alt+click for others #1909Hakim El Hattab
2017-06-19simplify point zoom, switch back to alt + click shortcut for os x support #1909Hakim El Hattab
2017-05-21Remove commentlinux-man
2017-05-21Modified Zoomlinux-man
Block dimension calculation is not accurate, so zoom is made on mouse coordinates Change default modifier to ctrl - alt don't work on Linux New parameter zoomLevel: default 2
2016-04-29tweak formatting to match rest of slideHakim El Hattab
2016-04-26More natural zooming on block level elementsJess Telford
Switching a `display: block` element to `display: inline-block` allows calculating the bounds based on the contents of the div rather than the entire container (which is often `width: 100%`). This provides a much more natural zoom, especially for paragraphs and code examples.
2015-03-25alt+zoom only works on slide content #1151Hakim El Hattab
2014-12-10zoom plugin now works for scaled presentationsHakim El Hattab
2014-05-19zoom viewport is centered on target element #900Hakim El Hattab
2013-11-26add zoomKey option for #700Hakim El Hattab
2013-02-03disable zoom plugin while in overview modeHakim El Hattab
2012-10-28content now re-renders after alt+click zoom (closes #195)Hakim El Hattab
2012-10-09slight tweak to zoom integrationhakimel