File tree 2 files changed +8
-26
lines changed
resources/views/components
2 files changed +8
-26
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class="h-5"
44
44
() => {
45
45
motion.inView($el, (element) => {
46
46
motion.animate(
47
- $refAll('socialLink' ),
47
+ Array.from($el.children ),
48
48
{
49
49
y: [10, 0],
50
50
opacity: [0, 1],
@@ -58,7 +58,7 @@ class="h-5"
58
58
})
59
59
}
60
60
"
61
- class =" flex flex-wrap items-center justify-center gap-2.5"
61
+ class =" flex flex-wrap items-center justify-center gap-2.5 *:opacity-0 "
62
62
aria-label =" Social networks"
63
63
>
64
64
<x-social-networks-all />
Original file line number Diff line number Diff line change 1
- <div
2
- x-ref =" socialLink"
3
- class =" opacity-0"
4
- >
1
+ <div >
5
2
<a
6
3
href =" https://bsky.app/profile/nativephp.bsky.social"
7
4
title =" Bluesky"
@@ -13,10 +10,7 @@ class="size-[1.1rem] text-black transition duration-200 group-hover:text-violet-
13
10
</a >
14
11
</div >
15
12
16
- <div
17
- x-ref =" socialLink"
18
- class =" opacity-0"
19
- >
13
+ <div >
20
14
<a
21
15
href =" https://discord.gg/X62tWNStZK"
22
16
title =" Go to discord server"
@@ -28,10 +22,7 @@ class="size-[1.1rem] text-black transition duration-200 group-hover:text-violet-
28
22
</a >
29
23
</div >
30
24
31
- <div
32
- x-ref =" socialLink"
33
- class =" opacity-0"
34
- >
25
+ <div >
35
26
<a
36
27
href =" https://opencollective.com/nativephp"
37
28
title =" NativePHP on Open Collective"
@@ -43,10 +34,7 @@ class="size-[1.1rem] text-black transition duration-200 hover:invert-0 group-hov
43
34
</a >
44
35
</div >
45
36
46
- <div
47
- x-ref =" socialLink"
48
- class =" opacity-0"
49
- >
37
+ <div >
50
38
<a
51
39
href =" https://github.com/nativephp"
52
40
title =" Source code of NativePHP"
@@ -58,10 +46,7 @@ class="size-[1.1rem] transition duration-200 group-hover:fill-violet-400 dark:fi
58
46
</a >
59
47
</div >
60
48
61
- <div
62
- x-ref =" socialLink"
63
- class =" opacity-0"
64
- >
49
+ <div >
65
50
<a
66
51
href =" https://pinkary.com/@nativephp "
67
52
title =" NativePHP on Pinkary"
@@ -73,10 +58,7 @@ class="size-[1.1rem] text-black transition duration-200 hover:invert-0 group-hov
73
58
</a >
74
59
</div >
75
60
76
- <div
77
- x-ref =" socialLink"
78
- class =" opacity-0"
79
- >
61
+ <div >
80
62
<a
81
63
href =" https://www.linkedin.com/company/nativephp/"
82
64
title =" NativePHP on LinkedIn"
You can’t perform that action at this time.
0 commit comments