Hover-pause Marquee
ホバーポーズ
Generation Prompt
【対象要素】 - お知らせ・ニュースなどリンクを含むテキスト帯に適用する 【演出内容】 - テキスト帯が流れ続け、ポインタを乗せている間だけ流れが一時停止する - 離すと同じ位置から再び流れ出す 【品質要件】 - 停止・再開で位置が飛ばないようにする(アニメーションの一時停止で実装できる挙動) - ループの継ぎ目が分からないよう、終了時の状態と開始時の状態を完全に一致させる - prefers-reduced-motion 時はアニメーションを止め、静止した完成状態で表示する
[Target] - A flowing news/notice band that contains links [Motion] - The band flows continuously and pauses while the pointer is over it - On leave it resumes from the same position [Quality] - Position must not jump on pause/resume (pausing the animation achieves this) - Make the loop seamless: the end state must match the start state exactly - With prefers-reduced-motion, stop the animation and show a static finished state
Prompts and demo code are free to use in your own projects. See About.