feat: animazioni stile template prowess (reveal, parallax, marquee, hero, hover)
This commit is contained in:
@@ -9,8 +9,8 @@ const cols = [
|
||||
];
|
||||
---
|
||||
<section class="info" aria-label="pilastri">
|
||||
{cols.map((c) => (
|
||||
<a class="info__col" href="/programs" style={`background-image:url(${c.image.src})`}>
|
||||
{cols.map((c, i) => (
|
||||
<a class="info__col" href="/programs" style={`background-image:url(${c.image.src});--reveal-delay:${i * 0.15}s`} data-reveal="fade">
|
||||
<span class="info__title">{c.title}</span>
|
||||
</a>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user