Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/forestryio/hugo-theme-novela.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/progress.scss')
-rw-r--r--assets/scss/progress.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/scss/progress.scss b/assets/scss/progress.scss
index 4433cc4..5255195 100644
--- a/assets/scss/progress.scss
+++ b/assets/scss/progress.scss
@@ -6,6 +6,7 @@
z-index: 100;
position: sticky;
top: 30%;
+ animation-duration: 1s;
/*DESKTOP MEDIUM*/
@media screen and (max-width: $desktop_medium){
@@ -13,6 +14,16 @@
}
}
+@keyframes progress-fade-in {
+ from {opacity: 1;}
+ to {opacity: 0;}
+}
+
+@keyframes progress-fade-out {
+ from {opacity: 0;}
+ to {opacity: 1;}
+}
+
.aside-align{
position: fixed;
display: flex;