« get me outta code hell

client, css: tweak sticky cover timings - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/site6.css
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-12-09 16:50:30 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-01 20:35:27 -0400
commitd27e6bcc80cd920112c94f02b3b361e108a3b15c (patch)
treebe24affc3b4d692bc4cef74b67152875d6214a3d /src/static/site6.css
parent399fc354d02471d09ca3a145c68718d3fa7b0b69 (diff)
client, css: tweak sticky cover timings
Diffstat (limited to 'src/static/site6.css')
-rw-r--r--src/static/site6.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index 0f5a8f5..d2b9d9c 100644
--- a/src/static/site6.css
+++ b/src/static/site6.css
@@ -1625,6 +1625,7 @@ main.long-content .content-sticky-heading-container .content-sticky-subheading-r
 .content-sticky-heading-cover-container:not(.visible) .content-sticky-heading-cover {
   opacity: 0;
   transform: translateY(15px);
+  transition: transform 0.35s, opacity 0.30s;
 }
 
 .content-sticky-heading-cover .image-container {