forked from hakimel/reveal.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/3.7.0' into custom
* release/3.7.0: (77 commits) 3.7.0 add 'resume presentation' button to pause overlay use absolute positioning for slide number rename new fragment style refactor fragment pdf exporting to support multiple fragments with same index hakimel#1955 merge hakimel#1955 with minor changes add 'fade-in-then-half-out' fragment style, 'current-visible' was renamed to 'fade-in-then-out' add a full list of transitions to readme new syncFragments api method flatten slide number when there are only vertical slides Fixed notes timer when speaker notes window opened via RevealNotes.open() refactor code to match new background dom structure add Reveal.syncSlide data-background-content-opacity -> data-background-opacity add , adds wrapper element around background images/videos/iframes smaller font size for sub/sup speaker view has visible connection status, times out with error after 5s support interactive iframe backgrounds in vertical stacks revise readURL to handle one-based indices prevent linked slide numbers from changing color ...
- Loading branch information
Showing
51 changed files
with
7,001 additions
and
3,228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
language: node_js | ||
node_js: | ||
- 4 | ||
before_script: | ||
- npm install -g grunt-cli | ||
after_script: | ||
- grunt retire | ||
- npm run build -- retire |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "reveal.js", | ||
"version": "3.6.0", | ||
"version": "3.7.0", | ||
"main": [ | ||
"js/reveal.js", | ||
"css/reveal.css" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.