Hakim El Hattab
8a43753000
move fragments to separate controller
2020-03-09 18:51:07 +01:00
Hakim El Hattab
0814176f3c
refactor unit tests, now consistently initializing reveal.js in the same way
2020-03-07 18:19:08 +01:00
Hakim El Hattab
33a1d8d4ad
update assets paths for tests
2020-03-06 20:12:20 +01:00
Hakim El Hattab
d0188cb438
add code animation example to demo.html
2020-03-01 10:21:30 +01:00
Hakim El Hattab
e2a2c2c022
refactored and improved auto-animate matcher, supports line-by-line code animations
2020-02-28 16:13:34 +01:00
Hakim El Hattab
4ff7fd3a71
switch to bounding rect for auto-animate deltas
2020-02-17 13:14:46 +01:00
Hakim El Hattab
ac59dcb525
additional auto-animate tests
2020-02-17 10:19:47 +01:00
Hakim El Hattab
c38bc2c611
fix issue that caused data-auto-animate to be added to the wrong slides
2020-02-16 19:14:46 +01:00
Hakim El Hattab
15e6994569
support for fading in unmatched auto-animate elements
2020-02-12 14:05:23 +01:00
Hakim El Hattab
84b2fb42c6
demo and auto-animate example updates
2020-02-11 18:37:14 +01:00
Hakim El Hattab
ea295796ea
refactoring and fixed auto-animate test exception
2020-02-11 15:31:17 +01:00
Hakim El Hattab
6e4c36b3db
more auto-animate tests
2020-02-11 10:52:39 +01:00
Hakim El Hattab
1da222aca6
unit tests for auto-animate
2020-02-11 10:40:17 +01:00
Hakim El Hattab
1c62b808ad
make it possible to override auto-anim properties per-element
2020-02-09 09:28:34 +01:00
Hakim El Hattab
4802a2b7f4
auto-animate applies styles via stylesheet to avoid changing the slide dom
2020-02-05 15:55:16 +01:00
Hakim El Hattab
b6b94739e2
auto-matching for animated media and code html elements
2020-02-03 11:35:44 +01:00
Hakim El Hattab
452f62286b
auto-match animatable targets by their contents
2020-02-03 11:13:47 +01:00
Hakim El Hattab
3bfd06c06d
additional auto-animation tests, default to 1s
2020-02-02 07:43:15 +01:00
Hakim El Hattab
b6c890b1a7
easing option for auto-animate
2020-02-01 19:11:52 +01:00
Hakim El Hattab
a3cd500154
auto-animate works on vertically centered decks
2020-01-31 11:51:31 +01:00
Hakim El Hattab
8d89db32f6
initial work for auto-animate
2020-01-31 10:46:28 +01:00
Hakim El Hattab
ac50753521
add data-fragment=<index> attribute to slide <sections>
2020-01-15 11:37:37 +01:00
Hakim El Hattab
1766e37a63
iframe background preload behavior now matches inline iframes + adheres to the new 'preloadIframes' config option
2019-05-13 10:55:29 +02:00
Hakim El Hattab
df25fbebba
add hasPlugin and getPlugin API methods and tests
2019-04-01 11:07:11 +02:00
Hakim El Hattab
d6f0f41f77
tweaks and tests for #2354
2019-03-28 15:42:28 +01:00
Hakim El Hattab
c7db11d9cf
tests for plugins
2019-03-14 16:03:55 +01:00
Hakim El Hattab
213023760a
build dependency updates
2019-02-28 13:47:49 +01:00
Hakim El Hattab
aa8be6829c
Merge pull request #2305 from reyerstudio/marked
...
Upgrade marked to 0.6.0
2019-01-31 10:10:28 +01:00
Hakim El Hattab
51b1658a60
'gridNavigation' and 'simpleNavigation' merged into 'navigationMode' setting #2307
2019-01-23 09:58:10 +01:00
Stéphane Este-Gracias
cf4af0fbcd
Fix test after upgrading marked to 0.6.0
2019-01-20 19:29:46 +01:00
Hakim El Hattab
665dfb9cd6
add gridNavigation config to configure navigation between adjacent vertical stacks
2018-12-19 09:38:15 +01:00
Hakim El Hattab
2b61dde83b
add audio autoplay test
2018-10-31 08:59:47 +01:00
Hakim El Hattab
42e796afb2
dispatch state events after current slide has updated #2264
2018-10-26 11:29:08 +02:00
Hakim El Hattab
7d66999c7f
syntax tweak
2018-10-11 11:32:23 +02:00
Hakim El Hattab
a4dc1c6440
fix #1590
2018-10-11 11:24:54 +02:00
Hakim El Hattab
5890f602b3
Merge pull request #2090 from bnjmnt4n/math
...
Allow users to customise MathJax options.
2018-10-08 08:41:08 +02:00
Hakim El Hattab
fb089e7083
fix build error
2018-10-04 15:43:58 +02:00
Hakim El Hattab
196d2a3971
remove classlist polyfill, cross browser support is good enough now
2018-10-04 14:54:35 +02:00
Hakim El Hattab
29b0e86089
remove head.min.js in favor of simple built-in script loader
2018-10-04 14:48:01 +02:00
Hakim El Hattab
4ba0d73345
add , adds wrapper element around background images/videos/iframes
2018-04-27 15:53:02 +02:00
Benjamin Tan
b2d532ea28
Allow users to customise MathJax options.
...
Ref. #1856 , #2006 , #2045 .
This is a more open approach to allow customisation of all MathJax options instead of select options only.
2018-02-08 20:54:21 +08:00
Benjamin Tan
4dabd439d2
Fix testing on Windows machines.
...
Windows carriage return line endings were not being tested for.
Fixes #2087 .
2018-02-01 20:28:20 +08:00
Benjamin Tan
f9d0766637
Update QUnit to 2.5.0 and `grunt-contrib-qunit` to 2.0.0.
2018-01-22 22:38:32 +08:00
Christian Lawson-Perfect
9495b64d2c
replace cdn.mathjax.org with cdnjs
...
cdn.mathjax.org is shutting down: https://www.mathjax.org/cdn-shutting-down/
This changes the default MathJax URL in the math plugin, as well as
references in README.md and test/examples/math.html
2017-04-05 12:48:56 +01:00
Benjamin Tan
90b301d0a0
Enable passing options for parsing Markdown.
...
Closes #1163 , #1495 .
2016-12-08 17:41:55 +08:00
Hakim El Hattab
e4634f20e8
revise simple.md so that slide 1.1 and 1.2 correctly break into separate slides
2016-06-22 09:24:09 +02:00
Hakim El Hattab
8d7ff10ce3
Merge branch 'bug/markdownSetOptions' of https://github.com/snowyu/reveal.js into dev
2016-06-22 09:20:24 +02:00
Hakim El Hattab
993526ff67
fix broken iframe in backgrounds example
2016-01-08 14:18:53 +01:00
Riceball LEE
16ebf2a783
* [bug] the markdown plugin can not render highlight codes for marked.setOptions(highlight)
2015-11-11 07:37:08 +00:00
Hakim El Hattab
0338f280d3
add getSlideNotes API method and tests
2015-09-10 08:28:52 +02:00