AIGPAIGP

CSS Scroll-Driven Animations: Staggered Text Reveal

P

Prompt

Create a scroll-driven animation where text lines appear one by one as the user scrolls, using only CSS without JavaScript. Each line should fade in and slide up with a staggered delay based on scroll position.

CODE PREVIEW

エディタを読み込み中…

AIとの対話に追加する一言

プロンプトと一緒にコピーして、AIがより正確に意図を汲み取れるようにします

このコードをそのまま使いたいので、CDNリンクも含めた完全なHTMLファイルとして出力してください。

初心者なので、各行にコメントを追加して、何をしているか説明してください。

このコードをWordPressのテーマに組み込む方法も教えてください。

動作確認済みのコードをお願いします。エラーが出る場合の対処法も含めて。

この例は、段階的なテキスト表示効果を作成するためのCSSスクロール駆動アニメーションを実演しています。各行のテキストはスクロール位置に基づいて独立してアニメーションし、正確なタイミング制御でフェードインしながら上にスライドします。

主な特徴:

  • JavaScriptを使用しない純粋なCSS実装
  • animation-timeline: view()を使用したスクロールトリガーアニメーション
  • CSSカスタムプロパティで制御される段階的な遅延
  • スムーズなフェードとスライドアニメーション
  • すべての画面サイズに対応したレスポンシブデザイン
  • 現代的な美学のためのグラスモーフィズムスタイリング

このアニメーションは、コンテナ内のスクロール進行を追跡するためにview()タイムライン関数を使用し、各行はそのインデックスに基づいて異なるエントリーオフセットを持っています。

Prompt Overview

This example demonstrates CSS Scroll-Driven Animations for creating a staggered text reveal effect. Each line of text animates independently based on scroll position, fading in and sliding up with precise timing control.

The key features include:

  • Pure CSS implementation without JavaScript
  • Scroll-triggered animations using animation-timeline: view()
  • Staggered delays controlled by CSS custom properties
  • Smooth fade and slide animations
  • Responsive design for all screen sizes
  • Glass morphism styling for modern aesthetics

The animation uses the view() timeline function to track scroll progress through the container, with each line having a different entry offset based on its index.

Was this prompt helpful?

Comments

Comments appear after moderation

この記事が役に立ったら投げ銭で応援

Apple Pay / Google Pay / カード (Visa/Mastercard/JCB/Amex) / Link / Alipay / WeChat Pay 対応 · Stripeで安全に決済

開発者が選ぶ最強ツール集

運営者が毎日使っているツール・ガジェット 6選

見る
Homeヘルプ