generated from DanySK/Template-Hugo-Reveal-Slides
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ d6560f3 🚀
- Loading branch information
Showing
263 changed files
with
44,916 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
@-webkit-keyframes blur-animation { | ||
0% { | ||
-webkit-filter: blur(0px) ; | ||
-moz-filter: blur(0px); | ||
-o-filter: blur(0px); | ||
-ms-filter: blur(0px); | ||
filter: blur(0px); | ||
|
||
} | ||
100% { | ||
-webkit-filter: blur(4px) saturate(.5) brightness(.8); | ||
-moz-filter: blur(5px) saturate(.7) brightness(.9); | ||
-o-filter: blur(5px) saturate(.7) brightness(.9); | ||
-ms-filter: blur(5px)saturate(.7) brightness(.9); | ||
filter: blur(6px) saturate(1) brightness(.2); | ||
} | ||
} | ||
|
||
html.blur-animation .backgrounds { | ||
-webkit-animation-name: blur-animation; | ||
-webkit-animation-duration: 1s; | ||
-webkit-animation-iteration-count: 1; | ||
-webkit-animation-direction: alternate; | ||
-webkit-animation-timing-function: ease-out; | ||
-webkit-animation-fill-mode: forwards; | ||
-webkit-animation-delay: 0s; | ||
} | ||
|
||
@-webkit-keyframes blur-animation-light { | ||
0% { | ||
-webkit-filter: blur(0px) ; | ||
-moz-filter: blur(0px); | ||
-o-filter: blur(0px); | ||
-ms-filter: blur(0px); | ||
filter: blur(0px); | ||
|
||
} | ||
100% { | ||
-webkit-filter: blur(6px) contrast(0.5) saturate(3) brightness(2) contrast(0.5) brightness(1.3) ; | ||
-moz-filter: blur(6px) contrast(0.5) saturate(3) brightness(2) contrast(0.5) brightness(1.3) ; | ||
-o-filter: blur(6px) contrast(0.5) saturate(3) brightness(2) contrast(0.5) brightness(1.3) ; | ||
-ms-filter: blur(6px) contrast(0.5) saturate(3) brightness(2) contrast(0.5) brightness(1.3) ; | ||
filter: blur(6px) contrast(0.5) saturate(3) brightness(2) contrast(0.5) brightness(1.3) ; | ||
} | ||
} | ||
|
||
html.blur-animation-light .backgrounds { | ||
-webkit-animation-name: blur-animation-light; | ||
-webkit-animation-duration: 1s; | ||
-webkit-animation-iteration-count: 1; | ||
-webkit-animation-direction: alternate; | ||
-webkit-animation-timing-function: ease-out; | ||
-webkit-animation-fill-mode: forwards; | ||
-webkit-animation-delay: 0s; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
css/custom-theme.min.92eca27e958b9010c46b9d732e94f35c6f004f7b00350cb0f37288d97ef91b74.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.