Skip to content

Commit 4f772b4

Browse files
author
Martino
committed
Printing
Make Appearance elements visible when printing.
1 parent 7f6e1f0 commit 4f772b4

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reveal.js-appearance",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A plugin for Reveal.js 4 that adds appearance effects to elements",
55
"keywords": "reveal, reveal.js, reveal-plugin, plugin, text effects",
66
"homepage": "https://github.com/Martinomagnifico/reveal.js-appearance",

plugin/appearance/appearance.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,3 +594,8 @@
594594
visibility: visible;
595595
-webkit-animation-duration: 1s;
596596
animation-duration: 1s; }
597+
598+
.print-pdf {
599+
color: black; }
600+
.print-pdf .animated {
601+
visibility: visible; }

plugin/appearance/appearance.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* https://github.com/Martinomagnifico
55
*
66
* Appearance.js for Reveal.js
7-
* Version 1.0.5
7+
* Version 1.0.6
88
*
99
* @license
1010
* MIT licensed

plugin/appearance/appearance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* https://github.com/Martinomagnifico
55
*
66
* Appearance.js for Reveal.js
7-
* Version 1.0.5
7+
* Version 1.0.6
88
*
99
* @license
1010
* MIT licensed

0 commit comments

Comments
 (0)