Alternating Lines Text
行が左右交互から
Generation Prompt
【対象要素】 - サイト内のテキスト1箇所(見出し・キャッチコピー・リード文等)に適用する 【演出内容】 - 奇数行は左から、偶数行は右から滑り込み、上の行から順に現れる - 交互に向きが変わるので、行数が多いほどリズムが出る 【品質要件】 - 移動量は50px前後、行ごとの時間差は120ms - 中央揃えのテキストで使うと左右の対称性が生きる - prefers-reduced-motion 時は演出を無効化し、最初から完成した状態で表示する - 演出中も文字が判読できなくなる時間を作らない。レイアウトを揺らさない
[Target element] - Apply to one piece of text on your site (a heading, a tagline, a lead paragraph, etc.) [Motion] - Odd lines slide in from the left and even lines from the right, appearing from the top down - The alternating direction builds rhythm as the number of lines grows [Quality requirements] - Move about 50px, staggered about 120ms per line - Center-aligned text makes the left-right symmetry read best - When prefers-reduced-motion is set, disable the animation and show the finished state from the start - Never let the text become unreadable during the animation, and never shift the surrounding layout
Prompts and demo code are free to use in your own projects. See About.