Skip to content

Commit

Permalink
Slide UP transition on hero
Browse files Browse the repository at this point in the history
  • Loading branch information
benabel committed Dec 16, 2023
1 parent a540883 commit 1710293
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 11ty/_assets/_hero.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@
header {
display: flex;
gap: 2rem;

h1 {
font-size: var(--font-size-6);
/* font-size: var(--font-size-3); */
/* opacity: 0; */
/* aopacity: 0; */
animation:
var(--animation-fade-in) forwards,
var(--animation-slide-in-up) forwards;
animation-timing-function: var(--ease-out-5);
animation-delay: 0.5s;
}
}

Expand Down

0 comments on commit 1710293

Please sign in to comment.