fix: reveal index elements sequentially
This commit is contained in:
parent
df28660adc
commit
ca858f5fde
4 changed files with 26 additions and 22 deletions
|
@ -14,7 +14,7 @@ const projects = allProjects
|
|||
|
||||
<Layout title={HOME.TITLE} description={HOME.DESCRIPTION}>
|
||||
<Hero />
|
||||
<section class="animate-reveal opacity-0 [animation-delay:0.1s]">
|
||||
<section class="animate-reveal opacity-0 [animation-delay:0.3s]">
|
||||
<Slideshow images={projects} />
|
||||
</section>
|
||||
</Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue