【发布时间】:2025-12-11 21:10:01
【问题描述】:
如何使用 css 每 5 秒闪烁两次文本
我有一个 div
<div class="blink">text</div>
我想使用 css 每 5 秒使该文本闪烁两次
我怎样才能做到这一点?
我试过了
how to make CSS animation to play every 10 seconds
但不能在 ie 中工作
我希望它可以在 ie 和 chrome 中工作
【问题讨论】:
标签: css