From 56934df6a8463e023ec323015b960d3e8af80162 Mon Sep 17 00:00:00 2001 From: pantyetta Date: Fri, 22 Nov 2024 01:26:07 +0900 Subject: [PATCH] special thanks animation --- src/components/header.tsx | 9 +++++++++ src/routes/index.tsx | 37 +++++++++++++++++++++++-------------- 2 files changed, 32 insertions(+), 14 deletions(-) diff --git a/src/components/header.tsx b/src/components/header.tsx index f1a437d..7c9c390 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -69,6 +69,9 @@ export default component$(() => {
  • +
  • + +
  • @@ -257,6 +260,12 @@ export default component$(() => { +
  • + + + + +
  • diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 91b4696..c74988b 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -346,6 +346,16 @@ export default component$(() => { {/* --- Venue --- */}
    + +

    + けんとけん かずま +

    +
    +
    { margin: 5, gap: 4, flexWrap: "wrap", + opacity: 0, + transform: "translateX(-10px)", })} + onQVisible$={(e) => { + animate( + e.detail.target, + { opacity: 1, transform: "translateX(0px)" }, + { + duration: 0.6, + delay: base_delay + 0.45, + easing: "ease-in-out", + }, + ); + }} > -
    - Kazuma -