more fun transition

This commit is contained in:
2024-12-02 14:15:19 +11:00
parent 68110ff469
commit e691fb31a8

View File

@@ -69,7 +69,8 @@ h1 {
border: 2px solid #000;
position: relative;
box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1), 6px 6px 0 rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
box-shadow 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.post-header {