Skip to content

Commit 786f9c2

Browse files
ryo-manbaclaude
andcommitted
docs: broaden hero copy to cover all animation triggers, not just scroll
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 95a71e7 commit 786f9c2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const categories = [
6666
Animate with <span class="gradient-text">just HTML</span>
6767
</h1>
6868
<p class="text-lg md:text-xl text-text-secondary max-w-2xl mx-auto mb-8" data-anim="fadeInUp" data-anim-delay="100ms">
69-
Drop-in scroll animations using HTML attributes. Built-in anti-FOUC protection. Under 3KB. No dependencies.
69+
Drop-in animations using HTML attributes. Built-in anti-FOUC protection. Under 3KB. No dependencies.
7070
</p>
7171

7272
<!-- Install one-liner -->
@@ -252,7 +252,7 @@ const categories = [
252252
253253
<!-- 2. Add the attribute -->
254254
<div data-anim="fadeInUp">
255-
Your content animates on scroll
255+
Your content comes alive
256256
</div>
257257
258258
<!-- 3. There is no step 3 -->`}

docs/src/pages/ja/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const categories = [
6666
<span class="gradient-text">HTML</span>だけでアニメーション
6767
</h1>
6868
<p class="text-lg md:text-xl text-text-secondary max-w-2xl mx-auto mb-8" data-anim="fadeInUp" data-anim-delay="100ms">
69-
HTML属性だけでスクロールアニメーションを追加。Anti-FOUC内蔵。3KB未満。依存なし。
69+
HTML属性だけでアニメーションを追加。Anti-FOUC内蔵。3KB未満。依存なし。
7070
</p>
7171

7272
<!-- Install one-liner -->
@@ -252,7 +252,7 @@ const categories = [
252252
253253
<!-- 2. Add the attribute -->
254254
<div data-anim="fadeInUp">
255-
Your content animates on scroll
255+
Your content comes alive
256256
</div>
257257
258258
<!-- 3. There is no step 3 -->`}

0 commit comments

Comments
 (0)