Hakim El Hattab
a4130839ee
migrated utils to ts, exclude filendings in imports
2025-06-08 21:57:12 +02:00
Rob van der Linde
2d273bf06c
Fix escape before comma in regex is redundant
...
There are various other commas in the same regex that aren't escaped.
This one doesn't need escaping either.
2024-04-30 19:35:39 +12:00
Hakim El Hattab
18ec38a6b1
tweaks for #3568
2024-02-05 11:27:57 +01:00
Anas Bouzid
ec4eeab478
fix selector constant
2024-02-04 21:59:46 -06:00
Anas Bouzid
608e0eefcd
fix selector constant
2024-02-04 21:32:55 -06:00
Anas Bouzid
aa31cab9e3
fix slide backgrounds being replaced by global background
2024-02-04 21:26:06 -06:00
Hakim El Hattab
3d7d3152a4
jump-to-slide; add support for 'h.v' format, adapat to match slide number format #3501
2023-11-13 10:08:36 +01:00
Martino
ea6b7197c7
Add RFC3986-compliant URL format encoding
...
Fixes https://github.com/hakimel/reveal.js/issues/3315
2023-02-13 10:02:15 +01:00
hakimel
3dade61176
notes plugin only listens for same-origin postmessages to prevent xss
2022-05-12 22:07:48 +02:00
hakimel
e281b3234e
always use css transforms for presentation scaling (zoom has too many quirks even if it is slightly sharper on ldpi displays)
2022-03-31 11:19:55 +02:00
Tobias Speicher
a5d1b68800
replace deprecated String.prototype.substr()
...
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com >
2022-03-20 16:17:42 +01:00
hakimel
c5d549810e
refactor #3078
2021-11-24 11:07:11 +01:00
Hakim El Hattab
c91074761a
don't write '#/' to url on first slide, remove history api feature detection
2020-06-02 09:08:00 +02:00
Hakim El Hattab
b7487b8b4f
polyfill element.closest for ie11
2020-05-26 10:45:05 +02:00
Hakim El Hattab
e6244a57b5
fix polyfills, add ie11 support
2020-05-26 09:47:01 +02:00
Hakim El Hattab
a0a1ae193f
dont prevent page scrolling when swiping on embedded decks
2020-05-08 20:12:52 +02:00
Hakim El Hattab
b7f480c908
fix fullscreen for embedded decks
2020-05-05 20:54:40 +02:00
Hakim El Hattab
e4faf54804
move history api feature detection to utils
2020-03-31 13:09:44 +02:00
Hakim El Hattab
34ab7ded55
only carry forward fragment visibiltiy if style remains unchanged
2020-03-19 16:27:42 +01:00
Hakim El Hattab
2540712714
switch old toArray helper to Array.from
2020-03-16 15:18:47 +01:00
Hakim El Hattab
3683ad255d
add slidenumber & location controllers
2020-03-10 21:08:11 +01:00
Hakim El Hattab
ac15678dea
refactoring
2020-03-10 20:40:35 +01:00
Hakim El Hattab
9a2160536d
tweaks and updated docs for #2627
2020-03-10 10:18:37 +01:00
Hakim El Hattab
8a43753000
move fragments to separate controller
2020-03-09 18:51:07 +01:00
Hakim El Hattab
d42d88dae4
break autoanimate and loading of slide content into separate controllers
2020-03-09 14:44:57 +01:00
Hakim El Hattab
49bb498d9d
add color, constant and loader modules
2020-03-07 18:48:39 +01:00
Hakim El Hattab
20b8def298
move script loader to utils
2020-03-07 14:18:03 +01:00
Hakim El Hattab
dd852851ef
es6 refactoring
2020-03-07 11:58:18 +01:00
Hakim El Hattab
4cfd254086
move out additional util methods, use shorthands for api
2020-03-07 11:50:58 +01:00