aboutsummaryrefslogtreecommitdiff
path: root/js/controllers
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2020-09-09
|\
| * docs: Fix simple typo, transiition -> transitionTim Gates2020-09-08
| | | | | | | | | | | | There is a small typo in js/controllers/autoanimate.js. Should read `transition` rather than `transiition`.
* | bg videos remain muted on mobile, otherwise broken when navigating with ↵Hakim El Hattab2020-06-16
| | | | | | | | swipe gestures
* | add 'playsinline' to all inline videos, dont mute background videos on mobileHakim El Hattab2020-06-16
| |
* | correct scope for fit-text selectorHakim El Hattab2020-06-09
| |
* | fit-text helper now triggers lazyily when slide enters view distanceHakim El Hattab2020-06-09
| |
* | fix slide numbering issue with uncounted horizontal slides (fixes #2675)Hakim El Hattab2020-06-05
| |
* | leave the progress bar empty if there's < 2 slidesHakim El Hattab2020-06-05
| |
* | don't write '#/' to url on first slide, remove history api feature detectionHakim El Hattab2020-06-02
|/
* polyfill element.closest for ie11Hakim El Hattab2020-05-26
|
* fix polyfills, add ie11 supportHakim El Hattab2020-05-26
|
* fix slide notes printingLee Sheng Long2020-05-21
|
* fix overlapping ids when auto-animating multiple presentations in same windowHakim El Hattab2020-05-20
|
* progress bar width set via scale instead of width for perfHakim El Hattab2020-05-20
|
* fix and tests for custom key bindings in help overlayHakim El Hattab2020-05-12
|
* add focus controller, manages keyboard focus across multiple embedded decksHakim El Hattab2020-05-11
|
* remove nuking of hash changes when hash is disabledHakim El Hattab2020-05-08
|
* fix auto-animate bug on centered slidesHakim El Hattab2020-05-08
|
* dont prevent page scrolling when swiping on embedded decksHakim El Hattab2020-05-08
|
* fix fullscreen for embedded decksHakim El Hattab2020-05-05
|
* fix auto-animate error and specHakim El Hattab2020-04-29
|
* fix auto-animate bug on devices with < 2 devicePixelRatioHakim El Hattab2020-04-29
|
* plugins can be direct references or factory functionsHakim El Hattab2020-04-23
|
* fix contenteditable check #2650Hakim El Hattab2020-04-22
|
* fragments are now included in URL by default, even on named slidesHakim El Hattab2020-04-22
|
* backwards compatibility, reveal.js 4.0 can now register ~3.9 pluginsHakim El Hattab2020-04-21
|
* simplify plugin controllerHakim El Hattab2020-04-21
|
* tweak plugin initialization to enable multi-instance pluginsHakim El Hattab2020-04-17
|
* add 'plugins' config option, new way of registering es5 pluginsHakim El Hattab2020-04-17
|
* initialize plugins seriallyHakim El Hattab2020-04-16
|
* convert plugins to ES modules, transpile es5 versions backwards compatibilityHakim El Hattab2020-04-15
|
* changes to plugin api; registerPlugin only accepts plugin instance, instance ↵Hakim El Hattab2020-04-08
| | | | exposes .id
* move pointer logic out to own controllerHakim El Hattab2020-04-07
|
* Reveal.add/remveEventListener -> Reveal.on/offHakim El Hattab2020-04-07
|
* move history api feature detection to utilsHakim El Hattab2020-03-31
|
* only carry forward fragment visibiltiy if style remains unchangedHakim El Hattab2020-03-19
|
* auto-animate; carry forward fragment visibility, unmatched elements adhere ↵Hakim El Hattab2020-03-19
| | | | to duration/delay attributes
* unmatched auto-aniamte elements now adhere to element-level duration/delay ↵Hakim El Hattab2020-03-17
| | | | attributes
* switch old toArray helper to Array.fromHakim El Hattab2020-03-16
|
* move progress bar to new moduleHakim El Hattab2020-03-16
|
* new controls module for navigation arrowsHakim El Hattab2020-03-16
|
* create background element from bg controllerHakim El Hattab2020-03-16
|
* new controller for speaker notesHakim El Hattab2020-03-16
|
* move slide backgrounds to new moduleHakim El Hattab2020-03-14
|
* new controller for pdf printingHakim El Hattab2020-03-14
|
* only announce current fragment to screen readersHakim El Hattab2020-03-13
|
* update logic for disabling fragments via config optionHakim El Hattab2020-03-12
|
* add support for automatically scrolling code highlights into viewHakim El Hattab2020-03-12
|
* break touch interaction into own moduleHakim El Hattab2020-03-11
|
* move read/write url to location controllerHakim El Hattab2020-03-10
|