Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Force LaziliyRevealerPlugin elements to print
Browse files Browse the repository at this point in the history
  • Loading branch information
nicross committed Jan 16, 2021
1 parent 8ffb319 commit fef9316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion css/LazilyRevealerPlugin.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@

@media print {
[data-lazily-revealer="ready"] {
animation-fill-mode: none;
animation-fill-mode: none !important;
animation-name: none !important;
visibility: visible !important;
}
}
2 changes: 1 addition & 1 deletion dist/LazilyRevealerPlugin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fef9316

Please sign in to comment.