【发布时间】:2018-07-04 00:47:21
【问题描述】:
我尝试在我的图库照片上使用 Animate.css 中的脉冲功能,但它不起作用。
我使用了 Animate.css CDN
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.css" />
然后我将class="pulse" 添加到我的img 中,但什么也没发生。我还缺少另一个步骤吗?
【问题讨论】:
-
你错过了添加
animated类吗?
标签: css css-animations animate.css