mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 20:59:57 +01:00
Add animation to CatchPhrase.vue
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
<ClientOnly>
|
||||
<div
|
||||
v-if="width > 1024"
|
||||
class="text-[12px] italic flex items-center gap-1"
|
||||
class="group text-[12px] italic flex items-center gap-1"
|
||||
>
|
||||
<UIcon
|
||||
class="transform -rotate-12"
|
||||
class="transform -rotate-12 duration-300 group-hover:animate-wave"
|
||||
name="i-ph-hand-pointing-duotone"
|
||||
/>
|
||||
<p>Hover some of the bold text to find out more about me.</p>
|
||||
|
||||
Reference in New Issue
Block a user