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

Commit

Permalink
Actually...
Browse files Browse the repository at this point in the history
  • Loading branch information
nicross committed Jan 17, 2021
1 parent fef9316 commit db7003a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions css/LazilyRevealerPlugin.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[data-lazily-revealer],
[data-lazily-revealer]::after,
[data-lazily-revealer]::before {
[data-lazily-revealer] {
animation-delay: 0s;
animation-direction: normal;
animation-duration: 1s;
Expand All @@ -18,9 +16,7 @@
visibility: hidden !important;
}

[data-lazily-revealer="play"],
[data-lazily-revealer="play"]::after,
[data-lazily-revealer="play"]::before {
[data-lazily-revealer="play"] {
animation-play-state: running !important;
}

Expand All @@ -40,9 +36,11 @@
}

@media print {
[data-lazily-revealer="ready"] {
[data-lazily-revealer] {
animation-fill-mode: none !important;
animation-name: none !important;
}
[data-lazily-revealer="ready"] {
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.

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Lazily",
"version": "1.0.1",
"version": "1.0.0",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
Expand Down

0 comments on commit db7003a

Please sign in to comment.