From 5f97b48f6d1197b9c7830fa7ed6ae41afa11b4bc Mon Sep 17 00:00:00 2001 From: padreug Date: Wed, 22 Jul 2026 02:57:34 +0200 Subject: [PATCH] feat: animate the event slide with clickable step controls On slide entry, reveal the typed fields first, then flash in the hashed `id` and signed `sig` (~0.9s apart) while the Fill -> Hash -> Sign strip advances. The step boxes are also buttons: click one to jump to (and replay) that state; the first click cancels the auto-play so a presenter can drive it manually. Gated behind prefers-reduced-motion. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/components/slides/EventAnatomySlide.vue | 99 +++++++++++++++++++-- 1 file changed, 92 insertions(+), 7 deletions(-) diff --git a/src/components/slides/EventAnatomySlide.vue b/src/components/slides/EventAnatomySlide.vue index 9ebaf31..3d08c82 100644 --- a/src/components/slides/EventAnatomySlide.vue +++ b/src/components/slides/EventAnatomySlide.vue @@ -1,4 +1,5 @@ + +