File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 --> ` }
Original file line number Diff line number Diff 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 --> ` }
You can’t perform that action at this time.
0 commit comments