Skip to content

Commit

Permalink
Update index.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
CHooverShrimp committed Oct 26, 2024
1 parent 72001d1 commit a53c026
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -330,14 +330,15 @@ import Card from '../components/Card.astro';
animation-name:jump,rotating;
animation-duration:1.2s,4s;
animation-timing-function:cubic-bezier(.77,.01,.25,1),var(--sine);
animation-delay:3s,1s;
animation-delay:0s,1s;
animation-iteration-count:1,infinite;
animation-direction:normal,normal;
animation-fill-mode:forwards,forwards;
z-index: 1000;
filter: drop-shadow(0 2px 2px #000);
background: none;
border: none;
opacity:0;
}

#enter-button {
Expand Down Expand Up @@ -389,7 +390,7 @@ import Card from '../components/Card.astro';
}
@keyframes jump {
0% {
opacity:1
opacity:0;
}
50% {
visibility:visible;
Expand Down

0 comments on commit a53c026

Please sign in to comment.