Grid Build Up
グリッドが組み上がる
Generation Prompt
【対象要素】 - スクロールで見せるセクション1つ(見出し+図版・画像・カード等)に適用する 【演出内容】 - スクロールの進行に合わせて、グリッドのセルが順番に現れて組み上がっていく - 各セルは小さい状態から等倍まで拡大しながら出る 【品質要件】 - セルごとに進行のしきい値をずらす。全セルが出そろうのは進行の8割程度にする - 出現順は左上から右下へ向かう自然な順序にする - prefers-reduced-motion 時は演出を無効化し、最初から完成した状態で表示する - スクロールを戻したときも進行に応じて巻き戻る(一度きりの再生にしない) - 図形は半透明(不透明度0.7程度)にして、背後の要素や文字を潰さない
[Target element] - Apply to one scroll-driven section on your site (a heading plus a figure, image, or cards) [Motion] - The cells of a grid appear in order and assemble as the scroll advances - Each cell grows from small to full size as it arrives [Quality requirements] - Offset the progress threshold per cell; have every cell present by about 80% of the progress - Use a natural order, top-left to bottom-right - When prefers-reduced-motion is set, disable the animation and show the finished state from the start - Scrolling back must rewind the animation in step with the scroll position (never a one-shot playback) - Keep shapes semi-transparent (around 0.7 opacity) so they never crush the content or text behind them
Prompts and demo code are free to use in your own projects. See About.