aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* print styles are now built into reveal.css, revamped print styles #2633Hakim El Hattab2020-03-13
* Package paper and pdf style sheets and apply them conditionallyquilicicf2020-03-11
* move fragments to separate controllerHakim El Hattab2020-03-09
* refactor unit tests, now consistently initializing reveal.js in the same wayHakim El Hattab2020-03-07
* update assets paths for testsHakim El Hattab2020-03-06
* add code animation example to demo.htmlHakim El Hattab2020-03-01
* refactored and improved auto-animate matcher, supports line-by-line code anim...Hakim El Hattab2020-02-28
* switch to bounding rect for auto-animate deltasHakim El Hattab2020-02-17
* additional auto-animate testsHakim El Hattab2020-02-17
* fix issue that caused data-auto-animate to be added to the wrong slidesHakim El Hattab2020-02-16
* support for fading in unmatched auto-animate elementsHakim El Hattab2020-02-12
* demo and auto-animate example updatesHakim El Hattab2020-02-11
* refactoring and fixed auto-animate test exceptionHakim El Hattab2020-02-11
* more auto-animate testsHakim El Hattab2020-02-11
* unit tests for auto-animateHakim El Hattab2020-02-11
* make it possible to override auto-anim properties per-elementHakim El Hattab2020-02-09
* auto-animate applies styles via stylesheet to avoid changing the slide domHakim El Hattab2020-02-05
* auto-matching for animated media and code html elementsHakim El Hattab2020-02-03
* auto-match animatable targets by their contentsHakim El Hattab2020-02-03
* additional auto-animation tests, default to 1sHakim El Hattab2020-02-02
* easing option for auto-animateHakim El Hattab2020-02-01
* auto-animate works on vertically centered decksHakim El Hattab2020-01-31
* initial work for auto-animateHakim El Hattab2020-01-31
* add data-fragment=<index> attribute to slide <sections>Hakim El Hattab2020-01-15
* iframe background preload behavior now matches inline iframes + adheres to th...Hakim El Hattab2019-05-13
* add hasPlugin and getPlugin API methods and testsHakim El Hattab2019-04-01
* tweaks and tests for #2354Hakim El Hattab2019-03-28
* tests for pluginsHakim El Hattab2019-03-14
* build dependency updatesHakim El Hattab2019-02-28
* Merge pull request #2305 from reyerstudio/markedHakim El Hattab2019-01-31
|\
| * Fix test after upgrading marked to 0.6.0Stéphane Este-Gracias2019-01-20
* | 'gridNavigation' and 'simpleNavigation' merged into 'navigationMode' setting ...Hakim El Hattab2019-01-23
* | add gridNavigation config to configure navigation between adjacent vertical s...Hakim El Hattab2018-12-19
* | add audio autoplay testHakim El Hattab2018-10-31
* | dispatch state events after current slide has updated #2264Hakim El Hattab2018-10-26
* | syntax tweakHakim El Hattab2018-10-11
* | fix #1590Hakim El Hattab2018-10-11
* | Merge pull request #2090 from bnjmnt4n/mathHakim El Hattab2018-10-08
|\ \
| * | Allow users to customise MathJax options.Benjamin Tan2018-02-08
* | | fix build errorHakim El Hattab2018-10-04
* | | remove classlist polyfill, cross browser support is good enough nowHakim El Hattab2018-10-04
* | | remove head.min.js in favor of simple built-in script loaderHakim El Hattab2018-10-04
| |/ |/|
* | add , adds wrapper element around background images/videos/iframesHakim El Hattab2018-04-27
|/
* Fix testing on Windows machines.Benjamin Tan2018-02-01
* Update QUnit to 2.5.0 and `grunt-contrib-qunit` to 2.0.0.Benjamin Tan2018-01-22
* replace cdn.mathjax.org with cdnjsChristian Lawson-Perfect2017-04-05
* Enable passing options for parsing Markdown.Benjamin Tan2016-12-08
* revise simple.md so that slide 1.1 and 1.2 correctly break into separate slidesHakim El Hattab2016-06-22
* Merge branch 'bug/markdownSetOptions' of https://github.com/snowyu/reveal.js ...Hakim El Hattab2016-06-22
|\
| * * [bug] the markdown plugin can not render highlight codes for marked.setOpti...Riceball LEE2015-11-11