hopefully fixed phone wiggle issue, again, it wiggles now

This commit is contained in:
2026-01-12 16:08:25 -05:00
parent 2840098592
commit 0930cacce8

View File

@@ -81,12 +81,12 @@
<div class="group relative flex h-full w-full flex-col rounded-2xl perspective-[1000px]"> <div class="group relative flex h-full w-full flex-col rounded-2xl perspective-[1000px]">
<div <div
class="grid h-full w-full rounded-2xl text-center transition-transform duration-500 transform-3d {showDescription class="grid h-full w-full rounded-2xl text-center transition-transform duration-500 transform-3d {showDescription
? 'transform-[rotateY(180deg)] hover:animate-wiggle-back' ? 'transform-[rotateY(180deg)]'
: 'hover:animate-wiggle'}" : 'transform-[rotateY(0)] hover:animate-wiggle'}"
> >
<!-- Front Side --> <!-- Front Side -->
<div <div
class="bg-ecsess-950 col-start-1 row-start-1 flex h-full w-full transform-[rotateY(0)] cursor-pointer flex-col rounded-2xl transition-opacity duration-500 backface-hidden transform-3d {showDescription class="bg-ecsess-950 col-start-1 row-start-1 flex h-full w-full transform-[rotateY(0)] cursor-pointer flex-col rounded-2xl transition-opacity duration-500 backface-hidden {showDescription
? 'pointer-events-none opacity-0' ? 'pointer-events-none opacity-0'
: 'opacity-100'}" : 'opacity-100'}"
data-flip-side="front" data-flip-side="front"