跳到正文
UIGrammer
EN 中文

动画 · 注意力引导 · 01

脉冲 CTA

脉冲 CTA = 主行动按钮以轻微缩放与发光循环呼吸,把视线引向最关键的那一个操作。

直达修改 Prompt

尊重 prefers-reduced-motion:动画关闭,仅保留终态。

脉冲 CTA是什么?

脉冲 CTA 不用大喊也能吸睛。按钮在慢速循环里放大一毫、晕开一层柔光,让眼睛落在最关键的那一个操作上。做过头像警报灯,做得好就是「这才是按钮」。

动画 标本

触发
load
技术
css
时长
1.8s
缓动
ease-in-out
性能
transform, opacity, box-shadow

什么时候用

  • One primary CTA in a hero or empty state
  • A single conversion button you must lift above the noise

什么时候别用

  • More than one pulse on screen — they cancel each other out
  • Error or destructive actions — pulsing reads as alarm

One pulse per screen. If two buttons breathe, neither gets attention.

Create a pulse CTA button animation: scale 1 to 1.05 on a 1.8s ease-in-out loop, with a soft glow that blooms via box-shadow. Transform and opacity only.