We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472b745 commit f73d6a2Copy full SHA for f73d6a2
components/Hero.js
@@ -27,7 +27,7 @@ export default function Hero({
27
}
28
}, [titleIndex]);
29
30
- setTimeout(handleTitleIndex, 1750);
+ setTimeout(handleTitleIndex, 1350);
31
32
return (
33
<div
styles/Hero.module.scss
@@ -27,7 +27,7 @@
font-style: italic;
font-weight: bold;
line-height: 3.5rem;
- opacity: 1;
+ opacity: 0;
@include transition(opacity 1.55s ease-in-out);
@include desktop {
font-size: 4.5rem;
0 commit comments