From 3a63aa59a1ff7c41512040ab8c42fe5b98177937 Mon Sep 17 00:00:00 2001 From: Hikari Date: Wed, 18 Mar 2026 11:12:49 -0700 Subject: [PATCH] feat(tarot): add interactive card flip reveal animation Cards now start face-down and flip individually on click, with a synthesised flip sound and staggered text fade-in. The draw button and spread selection buttons are locked until all cards in the current reading have been revealed. An unflipped card shows 'Click card to reveal' as a hint. --- tarot/index.html | 166 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 156 insertions(+), 10 deletions(-) diff --git a/tarot/index.html b/tarot/index.html index 806f7ad..53c990a 100644 --- a/tarot/index.html +++ b/tarot/index.html @@ -8,6 +8,11 @@ name="description" content="Draw tarot cards and receive a reading with traditional card meanings." /> +