File tree Expand file tree Collapse file tree
app/(default)/(page)/tttt Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export default function Home() {
4747 src = "/assets/background/v2025.jpg"
4848 alt = "team"
4949 fill
50- className = "object-cover object-center rounded-sm bg-gradient-landing hover:scale-101 transition duration-200"
50+ className = "object-cover object-center rounded-sm bg-gradient-landing hover:scale-101 transition delay-100 duration-200"
5151 />
5252 </ div >
5353 </ div >
@@ -105,7 +105,7 @@ export default function Home() {
105105 src = { "/icon/" + link . icon + ".svg" }
106106 alt = { link . icon }
107107 fill
108- className = "group-hover/icon:scale-125 transition duration-200"
108+ className = "group-hover/icon:scale-125 transition delay-100 duration-200"
109109 />
110110 </ AspectRatio >
111111 </ Link >
@@ -174,7 +174,7 @@ export default function Home() {
174174 src = { "/icon/" + link . icon + ".svg" }
175175 alt = { link . icon }
176176 fill
177- className = "group-hover/icon:scale-125 transition duration-200"
177+ className = "group-hover/icon:scale-125 transition delay-100 duration-200"
178178 />
179179 </ AspectRatio >
180180 </ Link >
@@ -243,7 +243,7 @@ export default function Home() {
243243 src = { "/icon/" + link . icon + ".svg" }
244244 alt = { link . icon }
245245 fill
246- className = "group-hover/icon:scale-125 transition duration-200"
246+ className = "group-hover/icon:scale-125 transition delay-100 duration-200"
247247 />
248248 </ AspectRatio >
249249 </ Link >
You can’t perform that action at this time.
0 commit comments