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