More
This commit is contained in:
parent
128b3191e7
commit
03445188ea
54 changed files with 596953 additions and 3577 deletions
|
|
@ -40,6 +40,17 @@ h3 {
|
|||
color 0.2s ease;
|
||||
}
|
||||
|
||||
/* Hexagon background animations */
|
||||
@keyframes hex-drift {
|
||||
from { transform: translateX(-5vw); }
|
||||
to { transform: translateX(105vw); }
|
||||
}
|
||||
|
||||
@keyframes hex-bob {
|
||||
0%, 100% { transform: translateY(var(--bob)); }
|
||||
50% { transform: translateY(calc(var(--bob) * -1)); }
|
||||
}
|
||||
|
||||
/* Fade-in animation for homepage sections */
|
||||
.fade-in-section {
|
||||
opacity: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue