Jens Lechtenbörger
d2dff6a821
Fix target for click on progress bar
...
The progress bar shows how many slides have been passed in total.
However, when clicking on the progress bar, the target slide is
computed among the subset of /horizontal/ slides. Thus, when the new
slide is displayed, the progress bar has usually changed to a point
that is unrelated to the clicked one, which I find surprising.
With this change, the target slide is computed from the number of
total slides. Thus, after a click on the progress bar, the resulting
progress is close to the clicked point, which seems more natural to
me.
2020-11-08 17:39:04 +01:00
Hakim El Hattab
0582f57517
add fit-text to demo
2020-10-12 11:51:04 +02:00
Hakim El Hattab
ffadcc8502
v4.1.0
2020-10-12 11:38:26 +02:00
Hakim El Hattab
e09437f4fa
escape HTML entities in code parsed from markdown, fixes #2744
2020-09-09 11:42:34 +02:00
Hakim El Hattab
676936e33d
revert debug change to index.html
2020-09-09 10:32:20 +02:00
Hakim El Hattab
4d62dcc674
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2020-09-09 10:26:42 +02:00
Hakim El Hattab
17bfa62579
Merge pull request #2746 from ebriand/patch-1
...
Fix URL to pdf-export documentation
2020-09-09 10:24:40 +02:00
Hakim El Hattab
5f7c945dee
Merge pull request #2752 from michaelmior/css-paths
...
Start relative paths in CSS with ./
2020-09-09 10:24:04 +02:00
Hakim El Hattab
b13c7b41a0
Merge pull request #2767 from rschmehl/patch-1
...
Update README.md
2020-09-09 10:21:48 +02:00
Hakim El Hattab
5676ef79d7
Merge pull request #2771 from timgates42/bugfix_typo_transition
...
docs: Fix simple typo, transiition -> transition
2020-09-09 10:20:40 +02:00
Tim Gates
2c121d22ac
docs: Fix simple typo, transiition -> transition
...
There is a small typo in js/controllers/autoanimate.js.
Should read `transition` rather than `transiition`.
2020-09-08 08:02:34 +10:00
Roland Schmehl
aa62bd424b
Update README.md
...
Fixed broken URL
2020-09-06 12:08:25 +02:00
Hakim El Hattab
faa8b56e2a
dependency upgrades
2020-08-19 10:33:36 +02:00
Hakim El Hattab
80d96b4f82
upgrade rollup-plugin-terser to fix npm warning #2751
2020-08-19 10:17:50 +02:00
Michael Mior
a150d0c5dd
Start relative paths in CSS with ./
2020-08-18 12:49:49 -04:00
Hakim El Hattab
3a99a7b70a
shuffle now applies to vertical slides as well
2020-08-17 14:42:27 +02:00
Eric Briand
b05e530f21
Fix URL to pdf-export documentation
2020-08-04 10:06:20 +02:00
Sven Kraus
9aa6a029c3
add newly built version to
2020-07-29 15:43:21 +02:00
Sven Kraus
3535536444
use native CSS vars from exposer
2020-07-29 13:31:29 +02:00
Hakim El Hattab
2bfe705e6a
include /css and /js in npm package #2712
2020-06-30 21:10:09 +02:00
Hakim El Hattab
9ff27cfbc9
bg videos remain muted on mobile, otherwise broken when navigating with swipe gestures
2020-06-16 11:20:15 +02:00
Hakim El Hattab
2fccb77405
add 'playsinline' to all inline videos, dont mute background videos on mobile
2020-06-16 10:27:09 +02:00
Hakim El Hattab
cd2a792416
allow images inside of h/vstacks to be proportionally downsized
2020-06-09 13:31:21 +02:00
Hakim El Hattab
be460814ac
correct scope for fit-text selector
2020-06-09 10:32:56 +02:00
Hakim El Hattab
aa6677911c
fit-text helper now triggers lazyily when slide enters view distance
2020-06-09 10:28:01 +02:00
Hakim El Hattab
f231c53b9c
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2020-06-09 09:18:40 +02:00
Hakim El Hattab
15815efe05
npm run build now uses default gulp task
2020-06-09 09:18:27 +02:00
Hakim El Hattab
1b6a3b1e6f
add support for auto-sized big text via r-fit-text
2020-06-05 13:17:43 +02:00
Hakim El Hattab
66cbd66fb6
fix slide numbering issue with uncounted horizontal slides ( fixes #2675 )
2020-06-05 11:47:46 +02:00
Hakim El Hattab
37d8337411
add support for wrapping code in script tempalte to avoid html parser #2684
2020-06-05 10:47:31 +02:00
Hakim El Hattab
6772518c5a
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2020-06-05 10:21:33 +02:00
Hakim El Hattab
f014952673
update math example to use 4.0 plugin syntax
2020-06-05 10:14:47 +02:00
Hakim El Hattab
166af89353
all themes now have contrasting text colors based on slide bg
2020-06-05 10:03:07 +02:00
Hakim El Hattab
ac79c7cd8b
leave the progress bar empty if there's < 2 slides
2020-06-05 09:37:44 +02:00
Hakim El Hattab
d272628f58
add support for data-visibility=hidden
2020-06-02 13:47:34 +02: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
7ebade7248
remove 20px vertical padding on slide sections
2020-06-02 08:46:24 +02:00
Hakim El Hattab
61624aeafb
🤦
2020-06-01 16:07:49 +02:00
Hakim El Hattab
cd5c9c5b9d
build js
2020-06-01 16:02:55 +02:00
Hakim El Hattab
942304d862
add --slide-width/height css variables
2020-06-01 16:00:54 +02:00
Hakim El Hattab
bd19860b4d
4.0.2
2020-05-29 12:10:28 +02:00
Hakim El Hattab
5169fb2d00
link logo in demo deck to revealjs.com
2020-05-29 12:07:04 +02:00
Hakim El Hattab
1569a4afba
remove overzealous pdf resets
2020-05-29 10:14:31 +02:00
Hakim El Hattab
9f90f32e26
recompile css
2020-05-28 22:28:54 +02:00
Hakim El Hattab
bee213c470
tweaks for pdf print sheet
2020-05-28 22:28:36 +02:00
Hakim El Hattab
0bc614cf3d
npmignore gulpfile and contributing.md
2020-05-28 22:28:14 +02:00
Hakim El Hattab
2255c60254
fix progress bar direction in rtl mode
2020-05-27 19:46:49 +02:00
Hakim El Hattab
e4e2bc9562
link logo image to revealjs.com
2020-05-27 15:57:37 +02:00
Hakim El Hattab
e1abd3d5c7
Merge pull request #2679 from conao3/add-link
...
Add link for README badge
2020-05-27 15:55:52 +02:00
Hakim El Hattab
a65e96fbc6
serve demo assets from cdn, logo on first slide in demo.html
2020-05-27 15:51:05 +02:00